Shades of Cadet Blue #52ABA4
Tints of Cadet Blue #52ABA4
RGB
CMYK
RGB Variations
Color information
#52ABA4 (or 0x52ABA4) is known color: Cadet Blue. HEX triplet: 52, AB and A4. RGB value is (82,171,164). Sum of RGB (Red+Green+Blue) = 82+171+164=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #52ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABA4 is #AD545B. Grayscale: #8F8F8F. Windows color (decimal): -11359324 or 10791762. OLE color: 10791762.
HSL color Cylindrical-coordinate representation of color #52ABA4: hue angle of 175.28º 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 #52ABA4 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 164 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.33 |
| HSL | 175.28º | 0.35% | 0.5% | - |
| HSV(B) | 175.28º | 0.52% | 0.67% | - |
| XYZ | 24.74 | 33.6 | 40.3 | - |
| YUV | 143.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 164 | 0.52 | 0 | 0.04 | 0.33 | 175.28 | 0.35 | 0.5 |
| Hex | 52 | AB | A4 | 34 | 0 | 4 | 21 | AF | 23 | 32 |
| Octal | 122 | 253 | 244 | 64 | 0 | 4 | 41 | 257 | 43 | 62 |
| Binary | 1010010 | 10101011 | 10100100 | 110100 | 0 | 100 | 100001 | 10101111 | 100011 | 110010 |
Color Harmonies of #52ABA4
Complementary color
Monochromatic Colors of #52ABA4
Black with #52ABA4
Text Example
Text Example
White with #52ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABA4; }
p { color: rgb(82,171,164); }
H1.HeaderClassName
{
color: #52ABA4;
}
.AnyTagClassName
{
color: #52ABA4;
}
</style>
background-color css
<style>
a { background-color: #52ABA4; }
a { background-color: rgb(82,171,164); }
div.DivClassName
{
background-color: #52ABA4;
}
.BgClassName
{
background-color: #52ABA4;
}
</style>
border-color css
<style>
span { border-color: #52ABA4; }
span { border-color: rgb(82,171,164); }
td.TdClassName
{
border-color: #52ABA4;
}
.TagClassName
{
border-color: #52ABA4;
}
</style>