Shades of Cadet Blue #4D9E99
Tints of Cadet Blue #4D9E99
RGB
CMYK
RGB Variations
Color information
#4D9E99 (or 0x4D9E99) is known color: Cadet Blue. HEX triplet: 4D, 9E and 99. RGB value is (77,158,153). Sum of RGB (Red+Green+Blue) = 77+158+153=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9E99 is #B26166. Grayscale: #858585. Windows color (decimal): -11690343 or 10067533. OLE color: 10067533.
HSL color Cylindrical-coordinate representation of color #4D9E99: hue angle of 176.3º 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 #4D9E99 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 158 | 153 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.38 |
| HSL | 176.3º | 0.34% | 0.46% | - |
| HSV(B) | 176.3º | 0.51% | 0.62% | - |
| XYZ | 21.04 | 28.33 | 34.5 | - |
| YUV | 133.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 158 | 153 | 0.51 | 0 | 0.03 | 0.38 | 176.3 | 0.34 | 0.46 |
| Hex | 4D | 9E | 99 | 33 | 0 | 3 | 26 | B0 | 22 | 2E |
| Octal | 115 | 236 | 231 | 63 | 0 | 3 | 46 | 260 | 42 | 56 |
| Binary | 1001101 | 10011110 | 10011001 | 110011 | 0 | 11 | 100110 | 10110000 | 100010 | 101110 |
Color Harmonies of #4D9E99
Complementary color
Monochromatic Colors of #4D9E99
Black with #4D9E99
Text Example
Text Example
White with #4D9E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9E99; }
p { color: rgb(77,158,153); }
H1.HeaderClassName
{
color: #4D9E99;
}
.AnyTagClassName
{
color: #4D9E99;
}
</style>
background-color css
<style>
a { background-color: #4D9E99; }
a { background-color: rgb(77,158,153); }
div.DivClassName
{
background-color: #4D9E99;
}
.BgClassName
{
background-color: #4D9E99;
}
</style>
border-color css
<style>
span { border-color: #4D9E99; }
span { border-color: rgb(77,158,153); }
td.TdClassName
{
border-color: #4D9E99;
}
.TagClassName
{
border-color: #4D9E99;
}
</style>