Shades of Puerto Rico #52C0A8
Tints of Puerto Rico #52C0A8
RGB
CMYK
RGB Variations
Color information
#52C0A8 (or 0x52C0A8) is known color: Puerto Rico. HEX triplet: 52, C0 and A8. RGB value is (82,192,168). Sum of RGB (Red+Green+Blue) = 82+192+168=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #52C0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C0A8 is #AD3F57. Grayscale: #9C9C9C. Windows color (decimal): -11353944 or 11059282. OLE color: 11059282.
HSL color Cylindrical-coordinate representation of color #52C0A8: hue angle of 166.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 #52C0A8 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 168 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.25 |
| HSL | 166.91º | 0.47% | 0.54% | - |
| HSV(B) | 166.91º | 0.57% | 0.75% | - |
| XYZ | 29.4 | 42.32 | 43.67 | - |
| YUV | 156.37 | 134.56 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 168 | 0.57 | 0 | 0.12 | 0.25 | 166.91 | 0.47 | 0.54 |
| Hex | 52 | C0 | A8 | 39 | 0 | C | 19 | A7 | 2F | 36 |
| Octal | 122 | 300 | 250 | 71 | 0 | 14 | 31 | 247 | 57 | 66 |
| Binary | 1010010 | 11000000 | 10101000 | 111001 | 0 | 1100 | 11001 | 10100111 | 101111 | 110110 |
Color Harmonies of #52C0A8
Complementary color
Monochromatic Colors of #52C0A8
Black with #52C0A8
Text Example
Text Example
White with #52C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0A8; }
p { color: rgb(82,192,168); }
H1.HeaderClassName
{
color: #52C0A8;
}
.AnyTagClassName
{
color: #52C0A8;
}
</style>
background-color css
<style>
a { background-color: #52C0A8; }
a { background-color: rgb(82,192,168); }
div.DivClassName
{
background-color: #52C0A8;
}
.BgClassName
{
background-color: #52C0A8;
}
</style>
border-color css
<style>
span { border-color: #52C0A8; }
span { border-color: rgb(82,192,168); }
td.TdClassName
{
border-color: #52C0A8;
}
.TagClassName
{
border-color: #52C0A8;
}
</style>