Shades of Cadet Blue #52ABA6
Tints of Cadet Blue #52ABA6
RGB
CMYK
RGB Variations
Color information
#52ABA6 (or 0x52ABA6) is known color: Cadet Blue. HEX triplet: 52, AB and A6. RGB value is (82,171,166). Sum of RGB (Red+Green+Blue) = 82+171+166=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #52ABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABA6 is #AD5459. Grayscale: #8F8F8F. Windows color (decimal): -11359322 or 10922834. OLE color: 10922834.
HSL color Cylindrical-coordinate representation of color #52ABA6: hue angle of 176.63º 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 #52ABA6 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 166 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.33 |
| HSL | 176.63º | 0.35% | 0.5% | - |
| HSV(B) | 176.63º | 0.52% | 0.67% | - |
| XYZ | 24.93 | 33.67 | 41.26 | - |
| YUV | 143.82 | 140.51 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 166 | 0.52 | 0 | 0.03 | 0.33 | 176.63 | 0.35 | 0.5 |
| Hex | 52 | AB | A6 | 34 | 0 | 3 | 21 | B1 | 23 | 32 |
| Octal | 122 | 253 | 246 | 64 | 0 | 3 | 41 | 261 | 43 | 62 |
| Binary | 1010010 | 10101011 | 10100110 | 110100 | 0 | 11 | 100001 | 10110001 | 100011 | 110010 |
Color Harmonies of #52ABA6
Complementary color
Monochromatic Colors of #52ABA6
Black with #52ABA6
Text Example
Text Example
White with #52ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABA6; }
p { color: rgb(82,171,166); }
H1.HeaderClassName
{
color: #52ABA6;
}
.AnyTagClassName
{
color: #52ABA6;
}
</style>
background-color css
<style>
a { background-color: #52ABA6; }
a { background-color: rgb(82,171,166); }
div.DivClassName
{
background-color: #52ABA6;
}
.BgClassName
{
background-color: #52ABA6;
}
</style>
border-color css
<style>
span { border-color: #52ABA6; }
span { border-color: rgb(82,171,166); }
td.TdClassName
{
border-color: #52ABA6;
}
.TagClassName
{
border-color: #52ABA6;
}
</style>