Shades of Puerto Rico #52C59D
Tints of Puerto Rico #52C59D
RGB
CMYK
RGB Variations
Color information
#52C59D (or 0x52C59D) is known color: Puerto Rico. HEX triplet: 52, C5 and 9D. RGB value is (82,197,157). Sum of RGB (Red+Green+Blue) = 82+197+157=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #52C59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C59D is #AD3A62. Grayscale: #9E9E9E. Windows color (decimal): -11352675 or 10339666. OLE color: 10339666.
HSL color Cylindrical-coordinate representation of color #52C59D: hue angle of 159.13º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C59D is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 157 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.23 |
| HSL | 159.13º | 0.5% | 0.55% | - |
| HSV(B) | 159.13º | 0.58% | 0.77% | - |
| XYZ | 29.53 | 44.16 | 38.87 | - |
| YUV | 158.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 157 | 0.58 | 0 | 0.20 | 0.23 | 159.13 | 0.5 | 0.55 |
| Hex | 52 | C5 | 9D | 3A | 0 | 14 | 17 | 9F | 32 | 37 |
| Octal | 122 | 305 | 235 | 72 | 0 | 24 | 27 | 237 | 62 | 67 |
| Binary | 1010010 | 11000101 | 10011101 | 111010 | 0 | 10100 | 10111 | 10011111 | 110010 | 110111 |
Color Harmonies of #52C59D
Complementary color
Monochromatic Colors of #52C59D
Black with #52C59D
Text Example
Text Example
White with #52C59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C59D; }
p { color: rgb(82,197,157); }
H1.HeaderClassName
{
color: #52C59D;
}
.AnyTagClassName
{
color: #52C59D;
}
</style>
background-color css
<style>
a { background-color: #52C59D; }
a { background-color: rgb(82,197,157); }
div.DivClassName
{
background-color: #52C59D;
}
.BgClassName
{
background-color: #52C59D;
}
</style>
border-color css
<style>
span { border-color: #52C59D; }
span { border-color: rgb(82,197,157); }
td.TdClassName
{
border-color: #52C59D;
}
.TagClassName
{
border-color: #52C59D;
}
</style>