Shades of Cadet Blue #4EA4AA
Tints of Cadet Blue #4EA4AA
RGB
CMYK
RGB Variations
Color information
#4EA4AA (or 0x4EA4AA) is known color: Cadet Blue. HEX triplet: 4E, A4 and AA. RGB value is (78,164,170). Sum of RGB (Red+Green+Blue) = 78+164+170=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #4EA4AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA4AA is #B15B55. Grayscale: #8A8A8A. Windows color (decimal): -11623254 or 11183182. OLE color: 11183182.
HSL color Cylindrical-coordinate representation of color #4EA4AA: hue angle of 183.91º 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 #4EA4AA is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 164 | 170 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.33 |
| HSL | 183.91º | 0.37% | 0.49% | - |
| HSV(B) | 183.91º | 0.54% | 0.67% | - |
| XYZ | 23.67 | 31.07 | 42.78 | - |
| YUV | 138.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 164 | 170 | 0.54 | 0.04 | 0 | 0.33 | 183.91 | 0.37 | 0.49 |
| Hex | 4E | A4 | AA | 36 | 4 | 0 | 21 | B8 | 25 | 31 |
| Octal | 116 | 244 | 252 | 66 | 4 | 0 | 41 | 270 | 45 | 61 |
| Binary | 1001110 | 10100100 | 10101010 | 110110 | 100 | 0 | 100001 | 10111000 | 100101 | 110001 |
Color Harmonies of #4EA4AA
Complementary color
Monochromatic Colors of #4EA4AA
Black with #4EA4AA
Text Example
Text Example
White with #4EA4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA4AA; }
p { color: rgb(78,164,170); }
H1.HeaderClassName
{
color: #4EA4AA;
}
.AnyTagClassName
{
color: #4EA4AA;
}
</style>
background-color css
<style>
a { background-color: #4EA4AA; }
a { background-color: rgb(78,164,170); }
div.DivClassName
{
background-color: #4EA4AA;
}
.BgClassName
{
background-color: #4EA4AA;
}
</style>
border-color css
<style>
span { border-color: #4EA4AA; }
span { border-color: rgb(78,164,170); }
td.TdClassName
{
border-color: #4EA4AA;
}
.TagClassName
{
border-color: #4EA4AA;
}
</style>