Shades of Puerto Rico #52C09A
Tints of Puerto Rico #52C09A
RGB
CMYK
RGB Variations
Color information
#52C09A (or 0x52C09A) is known color: Puerto Rico. HEX triplet: 52, C0 and 9A. RGB value is (82,192,154). Sum of RGB (Red+Green+Blue) = 82+192+154=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #52C09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C09A is #AD3F65. Grayscale: #9A9A9A. Windows color (decimal): -11353958 or 10141778. OLE color: 10141778.
HSL color Cylindrical-coordinate representation of color #52C09A: hue angle of 159.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C09A is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 154 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.25 |
| HSL | 159.27º | 0.47% | 0.54% | - |
| HSV(B) | 159.27º | 0.57% | 0.75% | - |
| XYZ | 28.16 | 41.83 | 37.16 | - |
| YUV | 154.78 | 127.56 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 154 | 0.57 | 0 | 0.20 | 0.25 | 159.27 | 0.47 | 0.54 |
| Hex | 52 | C0 | 9A | 39 | 0 | 14 | 19 | 9F | 2F | 36 |
| Octal | 122 | 300 | 232 | 71 | 0 | 24 | 31 | 237 | 57 | 66 |
| Binary | 1010010 | 11000000 | 10011010 | 111001 | 0 | 10100 | 11001 | 10011111 | 101111 | 110110 |
Color Harmonies of #52C09A
Complementary color
Monochromatic Colors of #52C09A
Black with #52C09A
Text Example
Text Example
White with #52C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C09A; }
p { color: rgb(82,192,154); }
H1.HeaderClassName
{
color: #52C09A;
}
.AnyTagClassName
{
color: #52C09A;
}
</style>
background-color css
<style>
a { background-color: #52C09A; }
a { background-color: rgb(82,192,154); }
div.DivClassName
{
background-color: #52C09A;
}
.BgClassName
{
background-color: #52C09A;
}
</style>
border-color css
<style>
span { border-color: #52C09A; }
span { border-color: rgb(82,192,154); }
td.TdClassName
{
border-color: #52C09A;
}
.TagClassName
{
border-color: #52C09A;
}
</style>