Shades of Cadet Blue #4DA2AD
Tints of Cadet Blue #4DA2AD
RGB
CMYK
RGB Variations
Color information
#4DA2AD (or 0x4DA2AD) is known color: Cadet Blue. HEX triplet: 4D, A2 and AD. RGB value is (77,162,173). Sum of RGB (Red+Green+Blue) = 77+162+173=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #4DA2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA2AD is #B25D52. Grayscale: #898989. Windows color (decimal): -11689299 or 11379277. OLE color: 11379277.
HSL color Cylindrical-coordinate representation of color #4DA2AD: hue angle of 186.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DA2AD is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 162 | 173 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.32 |
| HSL | 186.88º | 0.38% | 0.49% | - |
| HSV(B) | 186.88º | 0.55% | 0.68% | - |
| XYZ | 23.52 | 30.44 | 44.17 | - |
| YUV | 137.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 173 | 0.55 | 0.06 | 0 | 0.32 | 186.88 | 0.38 | 0.49 |
| Hex | 4D | A2 | AD | 37 | 6 | 0 | 20 | BB | 26 | 31 |
| Octal | 115 | 242 | 255 | 67 | 6 | 0 | 40 | 273 | 46 | 61 |
| Binary | 1001101 | 10100010 | 10101101 | 110111 | 110 | 0 | 100000 | 10111011 | 100110 | 110001 |
Color Harmonies of #4DA2AD
Complementary color
Monochromatic Colors of #4DA2AD
Black with #4DA2AD
Text Example
Text Example
White with #4DA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA2AD; }
p { color: rgb(77,162,173); }
H1.HeaderClassName
{
color: #4DA2AD;
}
.AnyTagClassName
{
color: #4DA2AD;
}
</style>
background-color css
<style>
a { background-color: #4DA2AD; }
a { background-color: rgb(77,162,173); }
div.DivClassName
{
background-color: #4DA2AD;
}
.BgClassName
{
background-color: #4DA2AD;
}
</style>
border-color css
<style>
span { border-color: #4DA2AD; }
span { border-color: rgb(77,162,173); }
td.TdClassName
{
border-color: #4DA2AD;
}
.TagClassName
{
border-color: #4DA2AD;
}
</style>