Shades of Cadet Blue #52A8A4
Tints of Cadet Blue #52A8A4
RGB
CMYK
RGB Variations
Color information
#52A8A4 (or 0x52A8A4) is known color: Cadet Blue. HEX triplet: 52, A8 and A4. RGB value is (82,168,164). Sum of RGB (Red+Green+Blue) = 82+168+164=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #52A8A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A8A4 is #AD575B. Grayscale: #8D8D8D. Windows color (decimal): -11360092 or 10790994. OLE color: 10790994.
HSL color Cylindrical-coordinate representation of color #52A8A4: hue angle of 177.21º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A8A4 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 164 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.34 |
| HSL | 177.21º | 0.34% | 0.49% | - |
| HSV(B) | 177.21º | 0.51% | 0.66% | - |
| XYZ | 24.18 | 32.48 | 40.12 | - |
| YUV | 141.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 164 | 0.51 | 0 | 0.02 | 0.34 | 177.21 | 0.34 | 0.49 |
| Hex | 52 | A8 | A4 | 33 | 0 | 2 | 22 | B1 | 22 | 31 |
| Octal | 122 | 250 | 244 | 63 | 0 | 2 | 42 | 261 | 42 | 61 |
| Binary | 1010010 | 10101000 | 10100100 | 110011 | 0 | 10 | 100010 | 10110001 | 100010 | 110001 |
Color Harmonies of #52A8A4
Complementary color
Monochromatic Colors of #52A8A4
Black with #52A8A4
Text Example
Text Example
White with #52A8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8A4; }
p { color: rgb(82,168,164); }
H1.HeaderClassName
{
color: #52A8A4;
}
.AnyTagClassName
{
color: #52A8A4;
}
</style>
background-color css
<style>
a { background-color: #52A8A4; }
a { background-color: rgb(82,168,164); }
div.DivClassName
{
background-color: #52A8A4;
}
.BgClassName
{
background-color: #52A8A4;
}
</style>
border-color css
<style>
span { border-color: #52A8A4; }
span { border-color: rgb(82,168,164); }
td.TdClassName
{
border-color: #52A8A4;
}
.TagClassName
{
border-color: #52A8A4;
}
</style>