Shades of Cadet Blue #4EA09A
Tints of Cadet Blue #4EA09A
RGB
CMYK
RGB Variations
Color information
#4EA09A (or 0x4EA09A) is known color: Cadet Blue. HEX triplet: 4E, A0 and 9A. RGB value is (78,160,154). Sum of RGB (Red+Green+Blue) = 78+160+154=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA09A is #B15F65. Grayscale: #868686. Windows color (decimal): -11624294 or 10133582. OLE color: 10133582.
HSL color Cylindrical-coordinate representation of color #4EA09A: hue angle of 175.61º 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 #4EA09A is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 154 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.37 |
| HSL | 175.61º | 0.34% | 0.47% | - |
| HSV(B) | 175.61º | 0.51% | 0.63% | - |
| XYZ | 21.55 | 29.09 | 35.05 | - |
| YUV | 134.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 154 | 0.51 | 0 | 0.04 | 0.37 | 175.61 | 0.34 | 0.47 |
| Hex | 4E | A0 | 9A | 33 | 0 | 4 | 25 | B0 | 22 | 2F |
| Octal | 116 | 240 | 232 | 63 | 0 | 4 | 45 | 260 | 42 | 57 |
| Binary | 1001110 | 10100000 | 10011010 | 110011 | 0 | 100 | 100101 | 10110000 | 100010 | 101111 |
Color Harmonies of #4EA09A
Complementary color
Monochromatic Colors of #4EA09A
Black with #4EA09A
Text Example
Text Example
White with #4EA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA09A; }
p { color: rgb(78,160,154); }
H1.HeaderClassName
{
color: #4EA09A;
}
.AnyTagClassName
{
color: #4EA09A;
}
</style>
background-color css
<style>
a { background-color: #4EA09A; }
a { background-color: rgb(78,160,154); }
div.DivClassName
{
background-color: #4EA09A;
}
.BgClassName
{
background-color: #4EA09A;
}
</style>
border-color css
<style>
span { border-color: #4EA09A; }
span { border-color: rgb(78,160,154); }
td.TdClassName
{
border-color: #4EA09A;
}
.TagClassName
{
border-color: #4EA09A;
}
</style>