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