Shades of Cadet Blue #4E9F99
Tints of Cadet Blue #4E9F99
RGB
CMYK
RGB Variations
Color information
#4E9F99 (or 0x4E9F99) is known color: Cadet Blue. HEX triplet: 4E, 9F and 99. RGB value is (78,159,153). Sum of RGB (Red+Green+Blue) = 78+159+153=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #4E9F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9F99 is #B16066. Grayscale: #868686. Windows color (decimal): -11624551 or 10067790. OLE color: 10067790.
HSL color Cylindrical-coordinate representation of color #4E9F99: hue angle of 175.56º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E9F99 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 159 | 153 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.38 |
| HSL | 175.56º | 0.34% | 0.46% | - |
| HSV(B) | 175.56º | 0.51% | 0.62% | - |
| XYZ | 21.29 | 28.72 | 34.56 | - |
| YUV | 134.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 159 | 153 | 0.51 | 0 | 0.04 | 0.38 | 175.56 | 0.34 | 0.46 |
| Hex | 4E | 9F | 99 | 33 | 0 | 4 | 26 | B0 | 22 | 2E |
| Octal | 116 | 237 | 231 | 63 | 0 | 4 | 46 | 260 | 42 | 56 |
| Binary | 1001110 | 10011111 | 10011001 | 110011 | 0 | 100 | 100110 | 10110000 | 100010 | 101110 |
Color Harmonies of #4E9F99
Complementary color
Monochromatic Colors of #4E9F99
Black with #4E9F99
Text Example
Text Example
White with #4E9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9F99; }
p { color: rgb(78,159,153); }
H1.HeaderClassName
{
color: #4E9F99;
}
.AnyTagClassName
{
color: #4E9F99;
}
</style>
background-color css
<style>
a { background-color: #4E9F99; }
a { background-color: rgb(78,159,153); }
div.DivClassName
{
background-color: #4E9F99;
}
.BgClassName
{
background-color: #4E9F99;
}
</style>
border-color css
<style>
span { border-color: #4E9F99; }
span { border-color: rgb(78,159,153); }
td.TdClassName
{
border-color: #4E9F99;
}
.TagClassName
{
border-color: #4E9F99;
}
</style>