Shades of Cadet Blue #4EAAA8
Tints of Cadet Blue #4EAAA8
RGB
CMYK
RGB Variations
Color information
#4EAAA8 (or 0x4EAAA8) is known color: Cadet Blue. HEX triplet: 4E, AA and A8. RGB value is (78,170,168). Sum of RGB (Red+Green+Blue) = 78+170+168=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAAA8 is #B15557. Grayscale: #8E8E8E. Windows color (decimal): -11621720 or 11053646. OLE color: 11053646.
HSL color Cylindrical-coordinate representation of color #4EAAA8: hue angle of 178.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAAA8 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 170 | 168 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.33 |
| HSL | 178.7º | 0.37% | 0.49% | - |
| HSV(B) | 178.7º | 0.54% | 0.67% | - |
| XYZ | 24.58 | 33.2 | 42.16 | - |
| YUV | 142.26 | 142.52 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 168 | 0.54 | 0 | 0.01 | 0.33 | 178.7 | 0.37 | 0.49 |
| Hex | 4E | AA | A8 | 36 | 0 | 1 | 21 | B3 | 25 | 31 |
| Octal | 116 | 252 | 250 | 66 | 0 | 1 | 41 | 263 | 45 | 61 |
| Binary | 1001110 | 10101010 | 10101000 | 110110 | 0 | 1 | 100001 | 10110011 | 100101 | 110001 |
Color Harmonies of #4EAAA8
Complementary color
Monochromatic Colors of #4EAAA8
Black with #4EAAA8
Text Example
Text Example
White with #4EAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAAA8; }
p { color: rgb(78,170,168); }
H1.HeaderClassName
{
color: #4EAAA8;
}
.AnyTagClassName
{
color: #4EAAA8;
}
</style>
background-color css
<style>
a { background-color: #4EAAA8; }
a { background-color: rgb(78,170,168); }
div.DivClassName
{
background-color: #4EAAA8;
}
.BgClassName
{
background-color: #4EAAA8;
}
</style>
border-color css
<style>
span { border-color: #4EAAA8; }
span { border-color: rgb(78,170,168); }
td.TdClassName
{
border-color: #4EAAA8;
}
.TagClassName
{
border-color: #4EAAA8;
}
</style>