Shades of Cadet Blue #4DAAA6
Tints of Cadet Blue #4DAAA6
RGB
CMYK
RGB Variations
Color information
#4DAAA6 (or 0x4DAAA6) is known color: Cadet Blue. HEX triplet: 4D, AA and A6. RGB value is (77,170,166). Sum of RGB (Red+Green+Blue) = 77+170+166=413 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.64% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAAA6 is #B25559. Grayscale: #8D8D8D. Windows color (decimal): -11687258 or 10922573. OLE color: 10922573.
HSL color Cylindrical-coordinate representation of color #4DAAA6: hue angle of 177.42º 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 #4DAAA6 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 166 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.33 |
| HSL | 177.42º | 0.38% | 0.48% | - |
| HSV(B) | 177.42º | 0.55% | 0.67% | - |
| XYZ | 24.32 | 33.08 | 41.18 | - |
| YUV | 141.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 166 | 0.55 | 0 | 0.02 | 0.33 | 177.42 | 0.38 | 0.48 |
| Hex | 4D | AA | A6 | 37 | 0 | 2 | 21 | B1 | 26 | 30 |
| Octal | 115 | 252 | 246 | 67 | 0 | 2 | 41 | 261 | 46 | 60 |
| Binary | 1001101 | 10101010 | 10100110 | 110111 | 0 | 10 | 100001 | 10110001 | 100110 | 110000 |
Color Harmonies of #4DAAA6
Complementary color
Monochromatic Colors of #4DAAA6
Black with #4DAAA6
Text Example
Text Example
White with #4DAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAA6; }
p { color: rgb(77,170,166); }
H1.HeaderClassName
{
color: #4DAAA6;
}
.AnyTagClassName
{
color: #4DAAA6;
}
</style>
background-color css
<style>
a { background-color: #4DAAA6; }
a { background-color: rgb(77,170,166); }
div.DivClassName
{
background-color: #4DAAA6;
}
.BgClassName
{
background-color: #4DAAA6;
}
</style>
border-color css
<style>
span { border-color: #4DAAA6; }
span { border-color: rgb(77,170,166); }
td.TdClassName
{
border-color: #4DAAA6;
}
.TagClassName
{
border-color: #4DAAA6;
}
</style>