Shades of Puerto Rico #52C1A8
Tints of Puerto Rico #52C1A8
RGB
CMYK
RGB Variations
Color information
#52C1A8 (or 0x52C1A8) is known color: Puerto Rico. HEX triplet: 52, C1 and A8. RGB value is (82,193,168). Sum of RGB (Red+Green+Blue) = 82+193+168=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #52C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C1A8 is #AD3E57. Grayscale: #9C9C9C. Windows color (decimal): -11353688 or 11059538. OLE color: 11059538.
HSL color Cylindrical-coordinate representation of color #52C1A8: hue angle of 166.49º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C1A8 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 168 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.24 |
| HSL | 166.49º | 0.47% | 0.54% | - |
| HSV(B) | 166.49º | 0.58% | 0.76% | - |
| XYZ | 29.62 | 42.76 | 43.74 | - |
| YUV | 156.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 168 | 0.58 | 0 | 0.13 | 0.24 | 166.49 | 0.47 | 0.54 |
| Hex | 52 | C1 | A8 | 3A | 0 | D | 18 | A6 | 2F | 36 |
| Octal | 122 | 301 | 250 | 72 | 0 | 15 | 30 | 246 | 57 | 66 |
| Binary | 1010010 | 11000001 | 10101000 | 111010 | 0 | 1101 | 11000 | 10100110 | 101111 | 110110 |
Color Harmonies of #52C1A8
Complementary color
Monochromatic Colors of #52C1A8
Black with #52C1A8
Text Example
Text Example
White with #52C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C1A8; }
p { color: rgb(82,193,168); }
H1.HeaderClassName
{
color: #52C1A8;
}
.AnyTagClassName
{
color: #52C1A8;
}
</style>
background-color css
<style>
a { background-color: #52C1A8; }
a { background-color: rgb(82,193,168); }
div.DivClassName
{
background-color: #52C1A8;
}
.BgClassName
{
background-color: #52C1A8;
}
</style>
border-color css
<style>
span { border-color: #52C1A8; }
span { border-color: rgb(82,193,168); }
td.TdClassName
{
border-color: #52C1A8;
}
.TagClassName
{
border-color: #52C1A8;
}
</style>