Shades of Cadet Blue #52A8AA
Tints of Cadet Blue #52A8AA
RGB
CMYK
RGB Variations
Color information
#52A8AA (or 0x52A8AA) is known color: Cadet Blue. HEX triplet: 52, A8 and AA. RGB value is (82,168,170). Sum of RGB (Red+Green+Blue) = 82+168+170=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #52A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A8AA is #AD5755. Grayscale: #8E8E8E. Windows color (decimal): -11360086 or 11184210. OLE color: 11184210.
HSL color Cylindrical-coordinate representation of color #52A8AA: hue angle of 181.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52A8AA is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 168 | 170 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.33 |
| HSL | 181.36º | 0.35% | 0.49% | - |
| HSV(B) | 181.36º | 0.52% | 0.67% | - |
| XYZ | 24.74 | 32.7 | 43.04 | - |
| YUV | 142.51 | 143.51 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 170 | 0.52 | 0.01 | 0 | 0.33 | 181.36 | 0.35 | 0.49 |
| Hex | 52 | A8 | AA | 34 | 1 | 0 | 21 | B5 | 23 | 31 |
| Octal | 122 | 250 | 252 | 64 | 1 | 0 | 41 | 265 | 43 | 61 |
| Binary | 1010010 | 10101000 | 10101010 | 110100 | 1 | 0 | 100001 | 10110101 | 100011 | 110001 |
Color Harmonies of #52A8AA
Complementary color
Monochromatic Colors of #52A8AA
Black with #52A8AA
Text Example
Text Example
White with #52A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8AA; }
p { color: rgb(82,168,170); }
H1.HeaderClassName
{
color: #52A8AA;
}
.AnyTagClassName
{
color: #52A8AA;
}
</style>
background-color css
<style>
a { background-color: #52A8AA; }
a { background-color: rgb(82,168,170); }
div.DivClassName
{
background-color: #52A8AA;
}
.BgClassName
{
background-color: #52A8AA;
}
</style>
border-color css
<style>
span { border-color: #52A8AA; }
span { border-color: rgb(82,168,170); }
td.TdClassName
{
border-color: #52A8AA;
}
.TagClassName
{
border-color: #52A8AA;
}
</style>