Shades of Cadet Blue #4EAAA6
Tints of Cadet Blue #4EAAA6
RGB
CMYK
RGB Variations
Color information
#4EAAA6 (or 0x4EAAA6) is known color: Cadet Blue. HEX triplet: 4E, AA and A6. RGB value is (78,170,166). Sum of RGB (Red+Green+Blue) = 78+170+166=414 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.84% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAAA6 is #B15559. Grayscale: #8D8D8D. Windows color (decimal): -11621722 or 10922574. OLE color: 10922574.
HSL color Cylindrical-coordinate representation of color #4EAAA6: hue angle of 177.39º 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 #4EAAA6 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 170 | 166 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.33 |
| HSL | 177.39º | 0.37% | 0.49% | - |
| HSV(B) | 177.39º | 0.54% | 0.67% | - |
| XYZ | 24.4 | 33.12 | 41.18 | - |
| YUV | 142.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 166 | 0.54 | 0 | 0.02 | 0.33 | 177.39 | 0.37 | 0.49 |
| Hex | 4E | AA | A6 | 36 | 0 | 2 | 21 | B1 | 25 | 31 |
| Octal | 116 | 252 | 246 | 66 | 0 | 2 | 41 | 261 | 45 | 61 |
| Binary | 1001110 | 10101010 | 10100110 | 110110 | 0 | 10 | 100001 | 10110001 | 100101 | 110001 |
Color Harmonies of #4EAAA6
Complementary color
Monochromatic Colors of #4EAAA6
Black with #4EAAA6
Text Example
Text Example
White with #4EAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAAA6; }
p { color: rgb(78,170,166); }
H1.HeaderClassName
{
color: #4EAAA6;
}
.AnyTagClassName
{
color: #4EAAA6;
}
</style>
background-color css
<style>
a { background-color: #4EAAA6; }
a { background-color: rgb(78,170,166); }
div.DivClassName
{
background-color: #4EAAA6;
}
.BgClassName
{
background-color: #4EAAA6;
}
</style>
border-color css
<style>
span { border-color: #4EAAA6; }
span { border-color: rgb(78,170,166); }
td.TdClassName
{
border-color: #4EAAA6;
}
.TagClassName
{
border-color: #4EAAA6;
}
</style>