Shades of Puerto Rico #52C799
Tints of Puerto Rico #52C799
RGB
CMYK
RGB Variations
Color information
#52C799 (or 0x52C799) is known color: Puerto Rico. HEX triplet: 52, C7 and 99. RGB value is (82,199,153). Sum of RGB (Red+Green+Blue) = 82+199+153=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #52C799 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C799 is #AD3866. Grayscale: #9E9E9E. Windows color (decimal): -11352167 or 10078034. OLE color: 10078034.
HSL color Cylindrical-coordinate representation of color #52C799: hue angle of 156.41º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C799 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 199 | 153 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.22 |
| HSL | 156.41º | 0.51% | 0.55% | - |
| HSV(B) | 156.41º | 0.59% | 0.78% | - |
| XYZ | 29.65 | 44.94 | 37.25 | - |
| YUV | 158.77 | 124.74 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 199 | 153 | 0.59 | 0 | 0.23 | 0.22 | 156.41 | 0.51 | 0.55 |
| Hex | 52 | C7 | 99 | 3B | 0 | 17 | 16 | 9C | 33 | 37 |
| Octal | 122 | 307 | 231 | 73 | 0 | 27 | 26 | 234 | 63 | 67 |
| Binary | 1010010 | 11000111 | 10011001 | 111011 | 0 | 10111 | 10110 | 10011100 | 110011 | 110111 |
Color Harmonies of #52C799
Complementary color
Monochromatic Colors of #52C799
Black with #52C799
Text Example
Text Example
White with #52C799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C799; }
p { color: rgb(82,199,153); }
H1.HeaderClassName
{
color: #52C799;
}
.AnyTagClassName
{
color: #52C799;
}
</style>
background-color css
<style>
a { background-color: #52C799; }
a { background-color: rgb(82,199,153); }
div.DivClassName
{
background-color: #52C799;
}
.BgClassName
{
background-color: #52C799;
}
</style>
border-color css
<style>
span { border-color: #52C799; }
span { border-color: rgb(82,199,153); }
td.TdClassName
{
border-color: #52C799;
}
.TagClassName
{
border-color: #52C799;
}
</style>