#4FA09F

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

Shades of Cadet Blue #4FA09F

Tints of Cadet Blue #4FA09F

Color information

#4FA09F (or 0x4FA09F) is unknown color: approx Cadet Blue. HEX triplet: 4F, A0 and 9F. RGB value is (79,160,159). Sum of RGB (Red+Green+Blue) = 79+160+159=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA09F is #B05F60. Grayscale: #878787. Windows color (decimal): -11558753 or 10461263. OLE color: 10461263.

HSL color Cylindrical-coordinate representation of color #4FA09F: hue angle of 179.26º 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 #4FA09F is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB79160159-
CMYK0.5100.010.37
HSL179.26º33.89%46.86%-
HSV(B)179.26º50.63%62.75%-
XYZ22.0529.3137.3-
YUV135.67141.1687.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.85%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=19.85%
G=40.20%
B=39.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal791601590.5100.010.37179.2633.8946.86
Hex4FA09F330125b3222f
Octal1172402376301452634257
Binary100111110100000100111111100110110010110110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,160,159); }

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

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

 a { background-color: rgb(79,160,159); }

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

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

 span { border-color: rgb(79,160,159); }

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