Shades of Cadet Blue #4EA09C
Tints of Cadet Blue #4EA09C
RGB
CMYK
RGB Variations
Color information
#4EA09C (or 0x4EA09C) is known color: Cadet Blue. HEX triplet: 4E, A0 and 9C. RGB value is (78,160,156). Sum of RGB (Red+Green+Blue) = 78+160+156=394 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.80% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA09C is #B15F63. Grayscale: #868686. Windows color (decimal): -11624292 or 10264654. OLE color: 10264654.
HSL color Cylindrical-coordinate representation of color #4EA09C: hue angle of 177.07º 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 #4EA09C is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 156 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.37 |
| HSL | 177.07º | 0.34% | 0.47% | - |
| HSV(B) | 177.07º | 0.51% | 0.63% | - |
| XYZ | 21.71 | 29.16 | 35.94 | - |
| YUV | 135.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 156 | 0.51 | 0 | 0.02 | 0.37 | 177.07 | 0.34 | 0.47 |
| Hex | 4E | A0 | 9C | 33 | 0 | 2 | 25 | B1 | 22 | 2F |
| Octal | 116 | 240 | 234 | 63 | 0 | 2 | 45 | 261 | 42 | 57 |
| Binary | 1001110 | 10100000 | 10011100 | 110011 | 0 | 10 | 100101 | 10110001 | 100010 | 101111 |
Color Harmonies of #4EA09C
Complementary color
Monochromatic Colors of #4EA09C
Black with #4EA09C
Text Example
Text Example
White with #4EA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA09C; }
p { color: rgb(78,160,156); }
H1.HeaderClassName
{
color: #4EA09C;
}
.AnyTagClassName
{
color: #4EA09C;
}
</style>
background-color css
<style>
a { background-color: #4EA09C; }
a { background-color: rgb(78,160,156); }
div.DivClassName
{
background-color: #4EA09C;
}
.BgClassName
{
background-color: #4EA09C;
}
</style>
border-color css
<style>
span { border-color: #4EA09C; }
span { border-color: rgb(78,160,156); }
td.TdClassName
{
border-color: #4EA09C;
}
.TagClassName
{
border-color: #4EA09C;
}
</style>