Shades of Cadet Blue #4DAAA8
Tints of Cadet Blue #4DAAA8
RGB
CMYK
RGB Variations
Color information
#4DAAA8 (or 0x4DAAA8) is known color: Cadet Blue. HEX triplet: 4D, AA and A8. RGB value is (77,170,168). Sum of RGB (Red+Green+Blue) = 77+170+168=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAAA8 is #B25557. Grayscale: #8D8D8D. Windows color (decimal): -11687256 or 11053645. OLE color: 11053645.
HSL color Cylindrical-coordinate representation of color #4DAAA8: hue angle of 178.71º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAAA8 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 168 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.33 |
| HSL | 178.71º | 0.38% | 0.48% | - |
| HSV(B) | 178.71º | 0.55% | 0.67% | - |
| XYZ | 24.5 | 33.15 | 42.15 | - |
| YUV | 141.97 | 142.69 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 168 | 0.55 | 0 | 0.01 | 0.33 | 178.71 | 0.38 | 0.48 |
| Hex | 4D | AA | A8 | 37 | 0 | 1 | 21 | B3 | 26 | 30 |
| Octal | 115 | 252 | 250 | 67 | 0 | 1 | 41 | 263 | 46 | 60 |
| Binary | 1001101 | 10101010 | 10101000 | 110111 | 0 | 1 | 100001 | 10110011 | 100110 | 110000 |
Color Harmonies of #4DAAA8
Complementary color
Monochromatic Colors of #4DAAA8
Black with #4DAAA8
Text Example
Text Example
White with #4DAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAA8; }
p { color: rgb(77,170,168); }
H1.HeaderClassName
{
color: #4DAAA8;
}
.AnyTagClassName
{
color: #4DAAA8;
}
</style>
background-color css
<style>
a { background-color: #4DAAA8; }
a { background-color: rgb(77,170,168); }
div.DivClassName
{
background-color: #4DAAA8;
}
.BgClassName
{
background-color: #4DAAA8;
}
</style>
border-color css
<style>
span { border-color: #4DAAA8; }
span { border-color: rgb(77,170,168); }
td.TdClassName
{
border-color: #4DAAA8;
}
.TagClassName
{
border-color: #4DAAA8;
}
</style>