Shades of Cadet Blue #52A29A
Tints of Cadet Blue #52A29A
RGB
CMYK
RGB Variations
Color information
#52A29A (or 0x52A29A) is known color: Cadet Blue. HEX triplet: 52, A2 and 9A. RGB value is (82,162,154). Sum of RGB (Red+Green+Blue) = 82+162+154=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #52A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A29A is #AD5D65. Grayscale: #898989. Windows color (decimal): -11361638 or 10134098. OLE color: 10134098.
HSL color Cylindrical-coordinate representation of color #52A29A: hue angle of 174º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A29A is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 162 | 154 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.36 |
| HSL | 174º | 0.33% | 0.48% | - |
| HSV(B) | 174º | 0.49% | 0.64% | - |
| XYZ | 22.23 | 29.97 | 35.18 | - |
| YUV | 137.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 154 | 0.49 | 0 | 0.05 | 0.36 | 174 | 0.33 | 0.48 |
| Hex | 52 | A2 | 9A | 31 | 0 | 5 | 24 | AE | 21 | 30 |
| Octal | 122 | 242 | 232 | 61 | 0 | 5 | 44 | 256 | 41 | 60 |
| Binary | 1010010 | 10100010 | 10011010 | 110001 | 0 | 101 | 100100 | 10101110 | 100001 | 110000 |
Color Harmonies of #52A29A
Complementary color
Monochromatic Colors of #52A29A
Black with #52A29A
Text Example
Text Example
White with #52A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A29A; }
p { color: rgb(82,162,154); }
H1.HeaderClassName
{
color: #52A29A;
}
.AnyTagClassName
{
color: #52A29A;
}
</style>
background-color css
<style>
a { background-color: #52A29A; }
a { background-color: rgb(82,162,154); }
div.DivClassName
{
background-color: #52A29A;
}
.BgClassName
{
background-color: #52A29A;
}
</style>
border-color css
<style>
span { border-color: #52A29A; }
span { border-color: rgb(82,162,154); }
td.TdClassName
{
border-color: #52A29A;
}
.TagClassName
{
border-color: #52A29A;
}
</style>