Shades of Puerto Rico #52C498
Tints of Puerto Rico #52C498
RGB
CMYK
RGB Variations
Color information
#52C498 (or 0x52C498) is known color: Puerto Rico. HEX triplet: 52, C4 and 98. RGB value is (82,196,152). Sum of RGB (Red+Green+Blue) = 82+196+152=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #52C498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C498 is #AD3B67. Grayscale: #9C9C9C. Windows color (decimal): -11352936 or 10011730. OLE color: 10011730.
HSL color Cylindrical-coordinate representation of color #52C498: hue angle of 156.84º 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 #52C498 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 152 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.23 |
| HSL | 156.84º | 0.49% | 0.55% | - |
| HSV(B) | 156.84º | 0.58% | 0.77% | - |
| XYZ | 28.89 | 43.54 | 36.59 | - |
| YUV | 156.9 | 125.23 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 152 | 0.58 | 0 | 0.22 | 0.23 | 156.84 | 0.49 | 0.55 |
| Hex | 52 | C4 | 98 | 3A | 0 | 16 | 17 | 9D | 31 | 37 |
| Octal | 122 | 304 | 230 | 72 | 0 | 26 | 27 | 235 | 61 | 67 |
| Binary | 1010010 | 11000100 | 10011000 | 111010 | 0 | 10110 | 10111 | 10011101 | 110001 | 110111 |
Color Harmonies of #52C498
Complementary color
Monochromatic Colors of #52C498
Black with #52C498
Text Example
Text Example
White with #52C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C498; }
p { color: rgb(82,196,152); }
H1.HeaderClassName
{
color: #52C498;
}
.AnyTagClassName
{
color: #52C498;
}
</style>
background-color css
<style>
a { background-color: #52C498; }
a { background-color: rgb(82,196,152); }
div.DivClassName
{
background-color: #52C498;
}
.BgClassName
{
background-color: #52C498;
}
</style>
border-color css
<style>
span { border-color: #52C498; }
span { border-color: rgb(82,196,152); }
td.TdClassName
{
border-color: #52C498;
}
.TagClassName
{
border-color: #52C498;
}
</style>