Shades of Cadet Blue #52ABAA
Tints of Cadet Blue #52ABAA
RGB
CMYK
RGB Variations
Color information
#52ABAA (or 0x52ABAA) is known color: Cadet Blue. HEX triplet: 52, AB and AA. RGB value is (82,171,170). Sum of RGB (Red+Green+Blue) = 82+171+170=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #52ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABAA is #AD5455. Grayscale: #909090. Windows color (decimal): -11359318 or 11184978. OLE color: 11184978.
HSL color Cylindrical-coordinate representation of color #52ABAA: hue angle of 179.33º 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 #52ABAA is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 170 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.33 |
| HSL | 179.33º | 0.35% | 0.5% | - |
| HSV(B) | 179.33º | 0.52% | 0.67% | - |
| XYZ | 25.3 | 33.82 | 43.23 | - |
| YUV | 144.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 170 | 0.52 | 0 | 0.01 | 0.33 | 179.33 | 0.35 | 0.5 |
| Hex | 52 | AB | AA | 34 | 0 | 1 | 21 | B3 | 23 | 32 |
| Octal | 122 | 253 | 252 | 64 | 0 | 1 | 41 | 263 | 43 | 62 |
| Binary | 1010010 | 10101011 | 10101010 | 110100 | 0 | 1 | 100001 | 10110011 | 100011 | 110010 |
Color Harmonies of #52ABAA
Complementary color
Monochromatic Colors of #52ABAA
Black with #52ABAA
Text Example
Text Example
White with #52ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABAA; }
p { color: rgb(82,171,170); }
H1.HeaderClassName
{
color: #52ABAA;
}
.AnyTagClassName
{
color: #52ABAA;
}
</style>
background-color css
<style>
a { background-color: #52ABAA; }
a { background-color: rgb(82,171,170); }
div.DivClassName
{
background-color: #52ABAA;
}
.BgClassName
{
background-color: #52ABAA;
}
</style>
border-color css
<style>
span { border-color: #52ABAA; }
span { border-color: rgb(82,171,170); }
td.TdClassName
{
border-color: #52ABAA;
}
.TagClassName
{
border-color: #52ABAA;
}
</style>