Shades of Cadet Blue #52A0AC
Tints of Cadet Blue #52A0AC
RGB
CMYK
RGB Variations
Color information
#52A0AC (or 0x52A0AC) is known color: Cadet Blue. HEX triplet: 52, A0 and AC. RGB value is (82,160,172). Sum of RGB (Red+Green+Blue) = 82+160+172=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #52A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A0AC is #AD5F53. Grayscale: #898989. Windows color (decimal): -11362132 or 11313234. OLE color: 11313234.
HSL color Cylindrical-coordinate representation of color #52A0AC: hue angle of 188º 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 #52A0AC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 160 | 172 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.33 |
| HSL | 188º | 0.35% | 0.5% | - |
| HSV(B) | 188º | 0.52% | 0.67% | - |
| XYZ | 23.5 | 29.91 | 43.57 | - |
| YUV | 138.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 172 | 0.52 | 0.07 | 0 | 0.33 | 188 | 0.35 | 0.5 |
| Hex | 52 | A0 | AC | 34 | 7 | 0 | 21 | BC | 23 | 32 |
| Octal | 122 | 240 | 254 | 64 | 7 | 0 | 41 | 274 | 43 | 62 |
| Binary | 1010010 | 10100000 | 10101100 | 110100 | 111 | 0 | 100001 | 10111100 | 100011 | 110010 |
Color Harmonies of #52A0AC
Complementary color
Monochromatic Colors of #52A0AC
Black with #52A0AC
Text Example
Text Example
White with #52A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A0AC; }
p { color: rgb(82,160,172); }
H1.HeaderClassName
{
color: #52A0AC;
}
.AnyTagClassName
{
color: #52A0AC;
}
</style>
background-color css
<style>
a { background-color: #52A0AC; }
a { background-color: rgb(82,160,172); }
div.DivClassName
{
background-color: #52A0AC;
}
.BgClassName
{
background-color: #52A0AC;
}
</style>
border-color css
<style>
span { border-color: #52A0AC; }
span { border-color: rgb(82,160,172); }
td.TdClassName
{
border-color: #52A0AC;
}
.TagClassName
{
border-color: #52A0AC;
}
</style>