Shades of Puerto Rico #52C3A2
Tints of Puerto Rico #52C3A2
RGB
CMYK
RGB Variations
Color information
#52C3A2 (or 0x52C3A2) is known color: Puerto Rico. HEX triplet: 52, C3 and A2. RGB value is (82,195,162). Sum of RGB (Red+Green+Blue) = 82+195+162=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #52C3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C3A2 is #AD3C5D. Grayscale: #9D9D9D. Windows color (decimal): -11353182 or 10666834. OLE color: 10666834.
HSL color Cylindrical-coordinate representation of color #52C3A2: hue angle of 162.48º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C3A2 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 162 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.24 |
| HSL | 162.48º | 0.48% | 0.54% | - |
| HSV(B) | 162.48º | 0.58% | 0.76% | - |
| XYZ | 29.52 | 43.43 | 41.01 | - |
| YUV | 157.45 | 130.56 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 162 | 0.58 | 0 | 0.17 | 0.24 | 162.48 | 0.48 | 0.54 |
| Hex | 52 | C3 | A2 | 3A | 0 | 11 | 18 | A2 | 30 | 36 |
| Octal | 122 | 303 | 242 | 72 | 0 | 21 | 30 | 242 | 60 | 66 |
| Binary | 1010010 | 11000011 | 10100010 | 111010 | 0 | 10001 | 11000 | 10100010 | 110000 | 110110 |
Color Harmonies of #52C3A2
Complementary color
Monochromatic Colors of #52C3A2
Black with #52C3A2
Text Example
Text Example
White with #52C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C3A2; }
p { color: rgb(82,195,162); }
H1.HeaderClassName
{
color: #52C3A2;
}
.AnyTagClassName
{
color: #52C3A2;
}
</style>
background-color css
<style>
a { background-color: #52C3A2; }
a { background-color: rgb(82,195,162); }
div.DivClassName
{
background-color: #52C3A2;
}
.BgClassName
{
background-color: #52C3A2;
}
</style>
border-color css
<style>
span { border-color: #52C3A2; }
span { border-color: rgb(82,195,162); }
td.TdClassName
{
border-color: #52C3A2;
}
.TagClassName
{
border-color: #52C3A2;
}
</style>