Shades of Puerto Rico #52C09D
Tints of Puerto Rico #52C09D
RGB
CMYK
RGB Variations
Color information
#52C09D (or 0x52C09D) is known color: Puerto Rico. HEX triplet: 52, C0 and 9D. RGB value is (82,192,157). Sum of RGB (Red+Green+Blue) = 82+192+157=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #52C09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C09D is #AD3F62. Grayscale: #9B9B9B. Windows color (decimal): -11353955 or 10338386. OLE color: 10338386.
HSL color Cylindrical-coordinate representation of color #52C09D: hue angle of 160.91º 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 #52C09D is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 157 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.25 |
| HSL | 160.91º | 0.47% | 0.54% | - |
| HSV(B) | 160.91º | 0.57% | 0.75% | - |
| XYZ | 28.42 | 41.93 | 38.49 | - |
| YUV | 155.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 157 | 0.57 | 0 | 0.18 | 0.25 | 160.91 | 0.47 | 0.54 |
| Hex | 52 | C0 | 9D | 39 | 0 | 12 | 19 | A1 | 2F | 36 |
| Octal | 122 | 300 | 235 | 71 | 0 | 22 | 31 | 241 | 57 | 66 |
| Binary | 1010010 | 11000000 | 10011101 | 111001 | 0 | 10010 | 11001 | 10100001 | 101111 | 110110 |
Color Harmonies of #52C09D
Complementary color
Monochromatic Colors of #52C09D
Black with #52C09D
Text Example
Text Example
White with #52C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C09D; }
p { color: rgb(82,192,157); }
H1.HeaderClassName
{
color: #52C09D;
}
.AnyTagClassName
{
color: #52C09D;
}
</style>
background-color css
<style>
a { background-color: #52C09D; }
a { background-color: rgb(82,192,157); }
div.DivClassName
{
background-color: #52C09D;
}
.BgClassName
{
background-color: #52C09D;
}
</style>
border-color css
<style>
span { border-color: #52C09D; }
span { border-color: rgb(82,192,157); }
td.TdClassName
{
border-color: #52C09D;
}
.TagClassName
{
border-color: #52C09D;
}
</style>