Shades of Cadet Blue #4EA7AA
Tints of Cadet Blue #4EA7AA
RGB
CMYK
RGB Variations
Color information
#4EA7AA (or 0x4EA7AA) is known color: Cadet Blue. HEX triplet: 4E, A7 and AA. RGB value is (78,167,170). Sum of RGB (Red+Green+Blue) = 78+167+170=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #4EA7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA7AA is #B15855. Grayscale: #8C8C8C. Windows color (decimal): -11622486 or 11183950. OLE color: 11183950.
HSL color Cylindrical-coordinate representation of color #4EA7AA: hue angle of 181.96º 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 #4EA7AA is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 167 | 170 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.33 |
| HSL | 181.96º | 0.37% | 0.49% | - |
| HSV(B) | 181.96º | 0.54% | 0.67% | - |
| XYZ | 24.22 | 32.16 | 42.96 | - |
| YUV | 140.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 167 | 170 | 0.54 | 0.02 | 0 | 0.33 | 181.96 | 0.37 | 0.49 |
| Hex | 4E | A7 | AA | 36 | 2 | 0 | 21 | B6 | 25 | 31 |
| Octal | 116 | 247 | 252 | 66 | 2 | 0 | 41 | 266 | 45 | 61 |
| Binary | 1001110 | 10100111 | 10101010 | 110110 | 10 | 0 | 100001 | 10110110 | 100101 | 110001 |
Color Harmonies of #4EA7AA
Complementary color
Monochromatic Colors of #4EA7AA
Black with #4EA7AA
Text Example
Text Example
White with #4EA7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA7AA; }
p { color: rgb(78,167,170); }
H1.HeaderClassName
{
color: #4EA7AA;
}
.AnyTagClassName
{
color: #4EA7AA;
}
</style>
background-color css
<style>
a { background-color: #4EA7AA; }
a { background-color: rgb(78,167,170); }
div.DivClassName
{
background-color: #4EA7AA;
}
.BgClassName
{
background-color: #4EA7AA;
}
</style>
border-color css
<style>
span { border-color: #4EA7AA; }
span { border-color: rgb(78,167,170); }
td.TdClassName
{
border-color: #4EA7AA;
}
.TagClassName
{
border-color: #4EA7AA;
}
</style>