Shades of Puerto Rico #52C0A5
Tints of Puerto Rico #52C0A5
RGB
CMYK
RGB Variations
Color information
#52C0A5 (or 0x52C0A5) is known color: Puerto Rico. HEX triplet: 52, C0 and A5. RGB value is (82,192,165). Sum of RGB (Red+Green+Blue) = 82+192+165=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #52C0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C0A5 is #AD3F5A. Grayscale: #9C9C9C. Windows color (decimal): -11353947 or 10862674. OLE color: 10862674.
HSL color Cylindrical-coordinate representation of color #52C0A5: hue angle of 165.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 #52C0A5 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 165 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.25 |
| HSL | 165.27º | 0.47% | 0.54% | - |
| HSV(B) | 165.27º | 0.57% | 0.75% | - |
| XYZ | 29.12 | 42.21 | 42.21 | - |
| YUV | 156.03 | 133.06 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 165 | 0.57 | 0 | 0.14 | 0.25 | 165.27 | 0.47 | 0.54 |
| Hex | 52 | C0 | A5 | 39 | 0 | E | 19 | A5 | 2F | 36 |
| Octal | 122 | 300 | 245 | 71 | 0 | 16 | 31 | 245 | 57 | 66 |
| Binary | 1010010 | 11000000 | 10100101 | 111001 | 0 | 1110 | 11001 | 10100101 | 101111 | 110110 |
Color Harmonies of #52C0A5
Complementary color
Monochromatic Colors of #52C0A5
Black with #52C0A5
Text Example
Text Example
White with #52C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0A5; }
p { color: rgb(82,192,165); }
H1.HeaderClassName
{
color: #52C0A5;
}
.AnyTagClassName
{
color: #52C0A5;
}
</style>
background-color css
<style>
a { background-color: #52C0A5; }
a { background-color: rgb(82,192,165); }
div.DivClassName
{
background-color: #52C0A5;
}
.BgClassName
{
background-color: #52C0A5;
}
</style>
border-color css
<style>
span { border-color: #52C0A5; }
span { border-color: rgb(82,192,165); }
td.TdClassName
{
border-color: #52C0A5;
}
.TagClassName
{
border-color: #52C0A5;
}
</style>