Shades of Cadet Blue #4EABA8
Tints of Cadet Blue #4EABA8
RGB
CMYK
RGB Variations
Color information
#4EABA8 (or 0x4EABA8) is known color: Cadet Blue. HEX triplet: 4E, AB and A8. RGB value is (78,171,168). Sum of RGB (Red+Green+Blue) = 78+171+168=417 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.71% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #4EABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EABA8 is #B15457. Grayscale: #8E8E8E. Windows color (decimal): -11621464 or 11053902. OLE color: 11053902.
HSL color Cylindrical-coordinate representation of color #4EABA8: hue angle of 178.06º 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 #4EABA8 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 171 | 168 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.33 |
| HSL | 178.06º | 0.37% | 0.49% | - |
| HSV(B) | 178.06º | 0.54% | 0.67% | - |
| XYZ | 24.77 | 33.57 | 42.22 | - |
| YUV | 142.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 171 | 168 | 0.54 | 0 | 0.02 | 0.33 | 178.06 | 0.37 | 0.49 |
| Hex | 4E | AB | A8 | 36 | 0 | 2 | 21 | B2 | 25 | 31 |
| Octal | 116 | 253 | 250 | 66 | 0 | 2 | 41 | 262 | 45 | 61 |
| Binary | 1001110 | 10101011 | 10101000 | 110110 | 0 | 10 | 100001 | 10110010 | 100101 | 110001 |
Color Harmonies of #4EABA8
Complementary color
Monochromatic Colors of #4EABA8
Black with #4EABA8
Text Example
Text Example
White with #4EABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EABA8; }
p { color: rgb(78,171,168); }
H1.HeaderClassName
{
color: #4EABA8;
}
.AnyTagClassName
{
color: #4EABA8;
}
</style>
background-color css
<style>
a { background-color: #4EABA8; }
a { background-color: rgb(78,171,168); }
div.DivClassName
{
background-color: #4EABA8;
}
.BgClassName
{
background-color: #4EABA8;
}
</style>
border-color css
<style>
span { border-color: #4EABA8; }
span { border-color: rgb(78,171,168); }
td.TdClassName
{
border-color: #4EABA8;
}
.TagClassName
{
border-color: #4EABA8;
}
</style>