Shades of Puerto Rico #52CCA2
Tints of Puerto Rico #52CCA2
RGB
CMYK
RGB Variations
Color information
#52CCA2 (or 0x52CCA2) is known color: Puerto Rico. HEX triplet: 52, CC and A2. RGB value is (82,204,162). Sum of RGB (Red+Green+Blue) = 82+204+162=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CCA2 is #AD335D. Grayscale: #A2A2A2. Windows color (decimal): -11350878 or 10669138. OLE color: 10669138.
HSL color Cylindrical-coordinate representation of color #52CCA2: hue angle of 159.34º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CCA2 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 204 | 162 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.2 |
| HSL | 159.34º | 0.54% | 0.56% | - |
| HSV(B) | 159.34º | 0.6% | 0.8% | - |
| XYZ | 31.59 | 47.59 | 41.7 | - |
| YUV | 162.73 | 127.58 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 162 | 0.60 | 0 | 0.21 | 0.2 | 159.34 | 0.54 | 0.56 |
| Hex | 52 | CC | A2 | 3C | 0 | 15 | 14 | 9F | 36 | 38 |
| Octal | 122 | 314 | 242 | 74 | 0 | 25 | 24 | 237 | 66 | 70 |
| Binary | 1010010 | 11001100 | 10100010 | 111100 | 0 | 10101 | 10100 | 10011111 | 110110 | 111000 |
Color Harmonies of #52CCA2
Complementary color
Monochromatic Colors of #52CCA2
Black with #52CCA2
Text Example
Text Example
White with #52CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CCA2; }
p { color: rgb(82,204,162); }
H1.HeaderClassName
{
color: #52CCA2;
}
.AnyTagClassName
{
color: #52CCA2;
}
</style>
background-color css
<style>
a { background-color: #52CCA2; }
a { background-color: rgb(82,204,162); }
div.DivClassName
{
background-color: #52CCA2;
}
.BgClassName
{
background-color: #52CCA2;
}
</style>
border-color css
<style>
span { border-color: #52CCA2; }
span { border-color: rgb(82,204,162); }
td.TdClassName
{
border-color: #52CCA2;
}
.TagClassName
{
border-color: #52CCA2;
}
</style>