Shades of Cadet Blue #4DAAAB
Tints of Cadet Blue #4DAAAB
RGB
CMYK
RGB Variations
Color information
#4DAAAB (or 0x4DAAAB) is known color: Cadet Blue. HEX triplet: 4D, AA and AB. RGB value is (77,170,171). Sum of RGB (Red+Green+Blue) = 77+170+171=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #4DAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAAAB is #B25554. Grayscale: #8E8E8E. Windows color (decimal): -11687253 or 11250253. OLE color: 11250253.
HSL color Cylindrical-coordinate representation of color #4DAAAB: hue angle of 180.64º 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 #4DAAAB is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 171 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.33 |
| HSL | 180.64º | 0.38% | 0.49% | - |
| HSV(B) | 180.64º | 0.55% | 0.67% | - |
| XYZ | 24.79 | 33.27 | 43.64 | - |
| YUV | 142.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 171 | 0.55 | 0.01 | 0 | 0.33 | 180.64 | 0.38 | 0.49 |
| Hex | 4D | AA | AB | 37 | 1 | 0 | 21 | B5 | 26 | 31 |
| Octal | 115 | 252 | 253 | 67 | 1 | 0 | 41 | 265 | 46 | 61 |
| Binary | 1001101 | 10101010 | 10101011 | 110111 | 1 | 0 | 100001 | 10110101 | 100110 | 110001 |
Color Harmonies of #4DAAAB
Complementary color
Monochromatic Colors of #4DAAAB
Black with #4DAAAB
Text Example
Text Example
White with #4DAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAAB; }
p { color: rgb(77,170,171); }
H1.HeaderClassName
{
color: #4DAAAB;
}
.AnyTagClassName
{
color: #4DAAAB;
}
</style>
background-color css
<style>
a { background-color: #4DAAAB; }
a { background-color: rgb(77,170,171); }
div.DivClassName
{
background-color: #4DAAAB;
}
.BgClassName
{
background-color: #4DAAAB;
}
</style>
border-color css
<style>
span { border-color: #4DAAAB; }
span { border-color: rgb(77,170,171); }
td.TdClassName
{
border-color: #4DAAAB;
}
.TagClassName
{
border-color: #4DAAAB;
}
</style>