Shades of Cadet Blue #4DABA8
Tints of Cadet Blue #4DABA8
RGB
CMYK
RGB Variations
Color information
#4DABA8 (or 0x4DABA8) is known color: Cadet Blue. HEX triplet: 4D, AB and A8. RGB value is (77,171,168). Sum of RGB (Red+Green+Blue) = 77+171+168=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #4DABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DABA8 is #B25457. Grayscale: #8E8E8E. Windows color (decimal): -11687000 or 11053901. OLE color: 11053901.
HSL color Cylindrical-coordinate representation of color #4DABA8: hue angle of 178.09º 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 #4DABA8 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 168 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.33 |
| HSL | 178.09º | 0.38% | 0.49% | - |
| HSV(B) | 178.09º | 0.55% | 0.67% | - |
| XYZ | 24.69 | 33.53 | 42.22 | - |
| YUV | 142.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 168 | 0.55 | 0 | 0.02 | 0.33 | 178.09 | 0.38 | 0.49 |
| Hex | 4D | AB | A8 | 37 | 0 | 2 | 21 | B2 | 26 | 31 |
| Octal | 115 | 253 | 250 | 67 | 0 | 2 | 41 | 262 | 46 | 61 |
| Binary | 1001101 | 10101011 | 10101000 | 110111 | 0 | 10 | 100001 | 10110010 | 100110 | 110001 |
Color Harmonies of #4DABA8
Complementary color
Monochromatic Colors of #4DABA8
Black with #4DABA8
Text Example
Text Example
White with #4DABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABA8; }
p { color: rgb(77,171,168); }
H1.HeaderClassName
{
color: #4DABA8;
}
.AnyTagClassName
{
color: #4DABA8;
}
</style>
background-color css
<style>
a { background-color: #4DABA8; }
a { background-color: rgb(77,171,168); }
div.DivClassName
{
background-color: #4DABA8;
}
.BgClassName
{
background-color: #4DABA8;
}
</style>
border-color css
<style>
span { border-color: #4DABA8; }
span { border-color: rgb(77,171,168); }
td.TdClassName
{
border-color: #4DABA8;
}
.TagClassName
{
border-color: #4DABA8;
}
</style>