Shades of Cadet Blue #52A0AB
Tints of Cadet Blue #52A0AB
RGB
CMYK
RGB Variations
Color information
#52A0AB (or 0x52A0AB) is known color: Cadet Blue. HEX triplet: 52, A0 and AB. RGB value is (82,160,171). Sum of RGB (Red+Green+Blue) = 82+160+171=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #52A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A0AB is #AD5F54. Grayscale: #898989. Windows color (decimal): -11362133 or 11247698. OLE color: 11247698.
HSL color Cylindrical-coordinate representation of color #52A0AB: hue angle of 187.42º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52A0AB is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 160 | 171 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.33 |
| HSL | 187.42º | 0.35% | 0.5% | - |
| HSV(B) | 187.42º | 0.52% | 0.67% | - |
| XYZ | 23.4 | 29.88 | 43.06 | - |
| YUV | 137.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 171 | 0.52 | 0.06 | 0 | 0.33 | 187.42 | 0.35 | 0.5 |
| Hex | 52 | A0 | AB | 34 | 6 | 0 | 21 | BB | 23 | 32 |
| Octal | 122 | 240 | 253 | 64 | 6 | 0 | 41 | 273 | 43 | 62 |
| Binary | 1010010 | 10100000 | 10101011 | 110100 | 110 | 0 | 100001 | 10111011 | 100011 | 110010 |
Color Harmonies of #52A0AB
Complementary color
Monochromatic Colors of #52A0AB
Black with #52A0AB
Text Example
Text Example
White with #52A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A0AB; }
p { color: rgb(82,160,171); }
H1.HeaderClassName
{
color: #52A0AB;
}
.AnyTagClassName
{
color: #52A0AB;
}
</style>
background-color css
<style>
a { background-color: #52A0AB; }
a { background-color: rgb(82,160,171); }
div.DivClassName
{
background-color: #52A0AB;
}
.BgClassName
{
background-color: #52A0AB;
}
</style>
border-color css
<style>
span { border-color: #52A0AB; }
span { border-color: rgb(82,160,171); }
td.TdClassName
{
border-color: #52A0AB;
}
.TagClassName
{
border-color: #52A0AB;
}
</style>