Shades of Puerto Rico #52C49D
Tints of Puerto Rico #52C49D
RGB
CMYK
RGB Variations
Color information
#52C49D (or 0x52C49D) is known color: Puerto Rico. HEX triplet: 52, C4 and 9D. RGB value is (82,196,157). Sum of RGB (Red+Green+Blue) = 82+196+157=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #52C49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C49D is #AD3B62. Grayscale: #9D9D9D. Windows color (decimal): -11352931 or 10339410. OLE color: 10339410.
HSL color Cylindrical-coordinate representation of color #52C49D: hue angle of 159.47º degrees, saturation: 0.49, 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 #52C49D is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 157 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.23 |
| HSL | 159.47º | 0.49% | 0.55% | - |
| HSV(B) | 159.47º | 0.58% | 0.77% | - |
| XYZ | 29.31 | 43.71 | 38.79 | - |
| YUV | 157.47 | 127.73 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 157 | 0.58 | 0 | 0.20 | 0.23 | 159.47 | 0.49 | 0.55 |
| Hex | 52 | C4 | 9D | 3A | 0 | 14 | 17 | 9F | 31 | 37 |
| Octal | 122 | 304 | 235 | 72 | 0 | 24 | 27 | 237 | 61 | 67 |
| Binary | 1010010 | 11000100 | 10011101 | 111010 | 0 | 10100 | 10111 | 10011111 | 110001 | 110111 |
Color Harmonies of #52C49D
Complementary color
Monochromatic Colors of #52C49D
Black with #52C49D
Text Example
Text Example
White with #52C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C49D; }
p { color: rgb(82,196,157); }
H1.HeaderClassName
{
color: #52C49D;
}
.AnyTagClassName
{
color: #52C49D;
}
</style>
background-color css
<style>
a { background-color: #52C49D; }
a { background-color: rgb(82,196,157); }
div.DivClassName
{
background-color: #52C49D;
}
.BgClassName
{
background-color: #52C49D;
}
</style>
border-color css
<style>
span { border-color: #52C49D; }
span { border-color: rgb(82,196,157); }
td.TdClassName
{
border-color: #52C49D;
}
.TagClassName
{
border-color: #52C49D;
}
</style>