Shades of Cadet Blue #4EABAA
Tints of Cadet Blue #4EABAA
RGB
CMYK
RGB Variations
Color information
#4EABAA (or 0x4EABAA) is known color: Cadet Blue. HEX triplet: 4E, AB and AA. RGB value is (78,171,170). Sum of RGB (Red+Green+Blue) = 78+171+170=419 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.62% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #4EABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EABAA is #B15455. Grayscale: #8E8E8E. Windows color (decimal): -11621462 or 11184974. OLE color: 11184974.
HSL color Cylindrical-coordinate representation of color #4EABAA: hue angle of 179.35º 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 #4EABAA is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 171 | 170 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.33 |
| HSL | 179.35º | 0.37% | 0.49% | - |
| HSV(B) | 179.35º | 0.54% | 0.67% | - |
| XYZ | 24.96 | 33.65 | 43.21 | - |
| YUV | 143.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 171 | 170 | 0.54 | 0 | 0.01 | 0.33 | 179.35 | 0.37 | 0.49 |
| Hex | 4E | AB | AA | 36 | 0 | 1 | 21 | B3 | 25 | 31 |
| Octal | 116 | 253 | 252 | 66 | 0 | 1 | 41 | 263 | 45 | 61 |
| Binary | 1001110 | 10101011 | 10101010 | 110110 | 0 | 1 | 100001 | 10110011 | 100101 | 110001 |
Color Harmonies of #4EABAA
Complementary color
Monochromatic Colors of #4EABAA
Black with #4EABAA
Text Example
Text Example
White with #4EABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EABAA; }
p { color: rgb(78,171,170); }
H1.HeaderClassName
{
color: #4EABAA;
}
.AnyTagClassName
{
color: #4EABAA;
}
</style>
background-color css
<style>
a { background-color: #4EABAA; }
a { background-color: rgb(78,171,170); }
div.DivClassName
{
background-color: #4EABAA;
}
.BgClassName
{
background-color: #4EABAA;
}
</style>
border-color css
<style>
span { border-color: #4EABAA; }
span { border-color: rgb(78,171,170); }
td.TdClassName
{
border-color: #4EABAA;
}
.TagClassName
{
border-color: #4EABAA;
}
</style>