Shades of Cadet Blue #4DABA7
Tints of Cadet Blue #4DABA7
RGB
CMYK
RGB Variations
Color information
#4DABA7 (or 0x4DABA7) is known color: Cadet Blue. HEX triplet: 4D, AB and A7. RGB value is (77,171,167). Sum of RGB (Red+Green+Blue) = 77+171+167=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #4DABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DABA7 is #B25458. Grayscale: #8E8E8E. Windows color (decimal): -11687001 or 10988365. OLE color: 10988365.
HSL color Cylindrical-coordinate representation of color #4DABA7: hue angle of 177.45º 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 #4DABA7 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 167 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.33 |
| HSL | 177.45º | 0.38% | 0.49% | - |
| HSV(B) | 177.45º | 0.55% | 0.67% | - |
| XYZ | 24.6 | 33.49 | 41.73 | - |
| YUV | 142.44 | 141.86 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 167 | 0.55 | 0 | 0.02 | 0.33 | 177.45 | 0.38 | 0.49 |
| Hex | 4D | AB | A7 | 37 | 0 | 2 | 21 | B1 | 26 | 31 |
| Octal | 115 | 253 | 247 | 67 | 0 | 2 | 41 | 261 | 46 | 61 |
| Binary | 1001101 | 10101011 | 10100111 | 110111 | 0 | 10 | 100001 | 10110001 | 100110 | 110001 |
Color Harmonies of #4DABA7
Complementary color
Monochromatic Colors of #4DABA7
Black with #4DABA7
Text Example
Text Example
White with #4DABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABA7; }
p { color: rgb(77,171,167); }
H1.HeaderClassName
{
color: #4DABA7;
}
.AnyTagClassName
{
color: #4DABA7;
}
</style>
background-color css
<style>
a { background-color: #4DABA7; }
a { background-color: rgb(77,171,167); }
div.DivClassName
{
background-color: #4DABA7;
}
.BgClassName
{
background-color: #4DABA7;
}
</style>
border-color css
<style>
span { border-color: #4DABA7; }
span { border-color: rgb(77,171,167); }
td.TdClassName
{
border-color: #4DABA7;
}
.TagClassName
{
border-color: #4DABA7;
}
</style>