Shades of Cadet Blue #4EA19F
Tints of Cadet Blue #4EA19F
RGB
CMYK
RGB Variations
Color information
#4EA19F (or 0x4EA19F) is known color: Cadet Blue. HEX triplet: 4E, A1 and 9F. RGB value is (78,161,159). Sum of RGB (Red+Green+Blue) = 78+161+159=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA19F is #B15E60. Grayscale: #878787. Windows color (decimal): -11624033 or 10461518. OLE color: 10461518.
HSL color Cylindrical-coordinate representation of color #4EA19F: hue angle of 178.55º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA19F is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 161 | 159 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.37 |
| HSL | 178.55º | 0.35% | 0.47% | - |
| HSV(B) | 178.55º | 0.52% | 0.63% | - |
| XYZ | 22.14 | 29.61 | 37.35 | - |
| YUV | 135.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 159 | 0.52 | 0 | 0.01 | 0.37 | 178.55 | 0.35 | 0.47 |
| Hex | 4E | A1 | 9F | 34 | 0 | 1 | 25 | B3 | 23 | 2F |
| Octal | 116 | 241 | 237 | 64 | 0 | 1 | 45 | 263 | 43 | 57 |
| Binary | 1001110 | 10100001 | 10011111 | 110100 | 0 | 1 | 100101 | 10110011 | 100011 | 101111 |
Color Harmonies of #4EA19F
Complementary color
Monochromatic Colors of #4EA19F
Black with #4EA19F
Text Example
Text Example
White with #4EA19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA19F; }
p { color: rgb(78,161,159); }
H1.HeaderClassName
{
color: #4EA19F;
}
.AnyTagClassName
{
color: #4EA19F;
}
</style>
background-color css
<style>
a { background-color: #4EA19F; }
a { background-color: rgb(78,161,159); }
div.DivClassName
{
background-color: #4EA19F;
}
.BgClassName
{
background-color: #4EA19F;
}
</style>
border-color css
<style>
span { border-color: #4EA19F; }
span { border-color: rgb(78,161,159); }
td.TdClassName
{
border-color: #4EA19F;
}
.TagClassName
{
border-color: #4EA19F;
}
</style>