#4CA09F

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

Shades of Cadet Blue #4CA09F

Tints of Cadet Blue #4CA09F

Color information

#4CA09F (or 0x4CA09F) is unknown color: approx Cadet Blue. HEX triplet: 4C, A0 and 9F. RGB value is (76,160,159). Sum of RGB (Red+Green+Blue) = 76+160+159=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA09F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA09F is #B35F60. Grayscale: #868686. Windows color (decimal): -11755361 or 10461260. OLE color: 10461260.

HSL color Cylindrical-coordinate representation of color #4CA09F: hue angle of 179.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4CA09F is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB76160159-
CMYK0.5200.010.37
HSL179.29º35.59%46.27%-
HSV(B)179.29º52.5%62.75%-
XYZ21.8129.1837.28-
YUV134.77141.6786.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.24%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=19.24%
G=40.51%
B=40.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal761601590.5200.010.37179.2935.5946.27
Hex4CA09F340125b3242e
Octal1142402376401452634456
Binary100110010100000100111111101000110010110110011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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