#4FA196

Color #4FA196 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #4FA196

Tints of Cadet Blue #4FA196

Color information

#4FA196 (or 0x4FA196) is unknown color: approx Cadet Blue. HEX triplet: 4F, A1 and 96. RGB value is (79,161,150). Sum of RGB (Red+Green+Blue) = 79+161+150=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA196 is #B05E69. Grayscale: #878787. Windows color (decimal): -11558506 or 9871695. OLE color: 9871695.

HSL color Cylindrical-coordinate representation of color #4FA196: hue angle of 171.95º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA196 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB79161150-
CMYK0.5100.070.37
HSL171.95º34.17%47.06%-
HSV(B)171.95º50.93%63.14%-
XYZ21.4729.3533.39-
YUV135.23136.3387.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 20.26%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=20.26%
G=41.28%
B=38.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal791611500.5100.070.37171.9534.1747.06
Hex4FA196330725ac222f
Octal1172412266307452544257
Binary10011111010000110010110110011011110010110101100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FA196; }

 p { color: rgb(79,161,150); }

 H1.HeaderClassName
 {
   color: #4FA196;
 }
 .AnyTagClassName
 {
   color: #4FA196;
 }
</style>
background-color css

<style>
 a { background-color: #4FA196; }

 a { background-color: rgb(79,161,150); }

 div.DivClassName
 {
   background-color: #4FA196;
 }
 .BgClassName
 {
   background-color: #4FA196;
 }
</style>
border-color css

<style>
 span { border-color: #4FA196; }

 span { border-color: rgb(79,161,150); }

 td.TdClassName
 {
   border-color: #4FA196;
 }
 .TagClassName
 {
   border-color: #4FA196;
 }
</style>