Shades of Puerto Rico #52CB99
Tints of Puerto Rico #52CB99
RGB
CMYK
RGB Variations
Color information
#52CB99 (or 0x52CB99) is known color: Puerto Rico. HEX triplet: 52, CB and 99. RGB value is (82,203,153). Sum of RGB (Red+Green+Blue) = 82+203+153=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CB99 is #AD3466. Grayscale: #A1A1A1. Windows color (decimal): -11351143 or 10079058. OLE color: 10079058.
HSL color Cylindrical-coordinate representation of color #52CB99: hue angle of 155.21º 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 #52CB99 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 153 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.20 |
| HSL | 155.21º | 0.54% | 0.56% | - |
| HSV(B) | 155.21º | 0.6% | 0.8% | - |
| XYZ | 30.59 | 46.81 | 37.56 | - |
| YUV | 161.12 | 123.41 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 153 | 0.60 | 0 | 0.25 | 0.20 | 155.21 | 0.54 | 0.56 |
| Hex | 52 | CB | 99 | 3C | 0 | 19 | 14 | 9B | 36 | 38 |
| Octal | 122 | 313 | 231 | 74 | 0 | 31 | 24 | 233 | 66 | 70 |
| Binary | 1010010 | 11001011 | 10011001 | 111100 | 0 | 11001 | 10100 | 10011011 | 110110 | 111000 |
Color Harmonies of #52CB99
Complementary color
Monochromatic Colors of #52CB99
Black with #52CB99
Text Example
Text Example
White with #52CB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CB99; }
p { color: rgb(82,203,153); }
H1.HeaderClassName
{
color: #52CB99;
}
.AnyTagClassName
{
color: #52CB99;
}
</style>
background-color css
<style>
a { background-color: #52CB99; }
a { background-color: rgb(82,203,153); }
div.DivClassName
{
background-color: #52CB99;
}
.BgClassName
{
background-color: #52CB99;
}
</style>
border-color css
<style>
span { border-color: #52CB99; }
span { border-color: rgb(82,203,153); }
td.TdClassName
{
border-color: #52CB99;
}
.TagClassName
{
border-color: #52CB99;
}
</style>