Shades of Cadet Blue #4DAAAC
Tints of Cadet Blue #4DAAAC
RGB
CMYK
RGB Variations
Color information
#4DAAAC (or 0x4DAAAC) is known color: Cadet Blue. HEX triplet: 4D, AA and AC. RGB value is (77,170,172). Sum of RGB (Red+Green+Blue) = 77+170+172=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #4DAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAAAC is #B25553. Grayscale: #8E8E8E. Windows color (decimal): -11687252 or 11315789. OLE color: 11315789.
HSL color Cylindrical-coordinate representation of color #4DAAAC: hue angle of 181.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAAAC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 172 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.33 |
| HSL | 181.26º | 0.38% | 0.49% | - |
| HSV(B) | 181.26º | 0.55% | 0.67% | - |
| XYZ | 24.88 | 33.31 | 44.15 | - |
| YUV | 142.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 172 | 0.55 | 0.01 | 0 | 0.33 | 181.26 | 0.38 | 0.49 |
| Hex | 4D | AA | AC | 37 | 1 | 0 | 21 | B5 | 26 | 31 |
| Octal | 115 | 252 | 254 | 67 | 1 | 0 | 41 | 265 | 46 | 61 |
| Binary | 1001101 | 10101010 | 10101100 | 110111 | 1 | 0 | 100001 | 10110101 | 100110 | 110001 |
Color Harmonies of #4DAAAC
Complementary color
Monochromatic Colors of #4DAAAC
Black with #4DAAAC
Text Example
Text Example
White with #4DAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAAC; }
p { color: rgb(77,170,172); }
H1.HeaderClassName
{
color: #4DAAAC;
}
.AnyTagClassName
{
color: #4DAAAC;
}
</style>
background-color css
<style>
a { background-color: #4DAAAC; }
a { background-color: rgb(77,170,172); }
div.DivClassName
{
background-color: #4DAAAC;
}
.BgClassName
{
background-color: #4DAAAC;
}
</style>
border-color css
<style>
span { border-color: #4DAAAC; }
span { border-color: rgb(77,170,172); }
td.TdClassName
{
border-color: #4DAAAC;
}
.TagClassName
{
border-color: #4DAAAC;
}
</style>