Shades of Cadet Blue #52A09B
Tints of Cadet Blue #52A09B
RGB
CMYK
RGB Variations
Color information
#52A09B (or 0x52A09B) is known color: Cadet Blue. HEX triplet: 52, A0 and 9B. RGB value is (82,160,155). Sum of RGB (Red+Green+Blue) = 82+160+155=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #52A09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A09B is #AD5F64. Grayscale: #888888. Windows color (decimal): -11362149 or 10199122. OLE color: 10199122.
HSL color Cylindrical-coordinate representation of color #52A09B: hue angle of 176.15º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A09B is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 160 | 155 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.37 |
| HSL | 176.15º | 0.32% | 0.47% | - |
| HSV(B) | 176.15º | 0.49% | 0.63% | - |
| XYZ | 21.97 | 29.3 | 35.51 | - |
| YUV | 136.11 | 138.66 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 155 | 0.49 | 0 | 0.03 | 0.37 | 176.15 | 0.32 | 0.47 |
| Hex | 52 | A0 | 9B | 31 | 0 | 3 | 25 | B0 | 20 | 2F |
| Octal | 122 | 240 | 233 | 61 | 0 | 3 | 45 | 260 | 40 | 57 |
| Binary | 1010010 | 10100000 | 10011011 | 110001 | 0 | 11 | 100101 | 10110000 | 100000 | 101111 |
Color Harmonies of #52A09B
Complementary color
Monochromatic Colors of #52A09B
Black with #52A09B
Text Example
Text Example
White with #52A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A09B; }
p { color: rgb(82,160,155); }
H1.HeaderClassName
{
color: #52A09B;
}
.AnyTagClassName
{
color: #52A09B;
}
</style>
background-color css
<style>
a { background-color: #52A09B; }
a { background-color: rgb(82,160,155); }
div.DivClassName
{
background-color: #52A09B;
}
.BgClassName
{
background-color: #52A09B;
}
</style>
border-color css
<style>
span { border-color: #52A09B; }
span { border-color: rgb(82,160,155); }
td.TdClassName
{
border-color: #52A09B;
}
.TagClassName
{
border-color: #52A09B;
}
</style>