Shades of Puerto Rico #52C0AA
Tints of Puerto Rico #52C0AA
RGB
CMYK
RGB Variations
Color information
#52C0AA (or 0x52C0AA) is known color: Puerto Rico. HEX triplet: 52, C0 and AA. RGB value is (82,192,170). Sum of RGB (Red+Green+Blue) = 82+192+170=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #52C0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C0AA is #AD3F55. Grayscale: #9C9C9C. Windows color (decimal): -11353942 or 11190354. OLE color: 11190354.
HSL color Cylindrical-coordinate representation of color #52C0AA: hue angle of 168º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C0AA is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 170 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.25 |
| HSL | 168º | 0.47% | 0.54% | - |
| HSV(B) | 168º | 0.57% | 0.75% | - |
| XYZ | 29.59 | 42.4 | 44.65 | - |
| YUV | 156.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 170 | 0.57 | 0 | 0.11 | 0.25 | 168 | 0.47 | 0.54 |
| Hex | 52 | C0 | AA | 39 | 0 | B | 19 | A8 | 2F | 36 |
| Octal | 122 | 300 | 252 | 71 | 0 | 13 | 31 | 250 | 57 | 66 |
| Binary | 1010010 | 11000000 | 10101010 | 111001 | 0 | 1011 | 11001 | 10101000 | 101111 | 110110 |
Color Harmonies of #52C0AA
Complementary color
Monochromatic Colors of #52C0AA
Black with #52C0AA
Text Example
Text Example
White with #52C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0AA; }
p { color: rgb(82,192,170); }
H1.HeaderClassName
{
color: #52C0AA;
}
.AnyTagClassName
{
color: #52C0AA;
}
</style>
background-color css
<style>
a { background-color: #52C0AA; }
a { background-color: rgb(82,192,170); }
div.DivClassName
{
background-color: #52C0AA;
}
.BgClassName
{
background-color: #52C0AA;
}
</style>
border-color css
<style>
span { border-color: #52C0AA; }
span { border-color: rgb(82,192,170); }
td.TdClassName
{
border-color: #52C0AA;
}
.TagClassName
{
border-color: #52C0AA;
}
</style>