Shades of Puerto Rico #52C0A3
Tints of Puerto Rico #52C0A3
RGB
CMYK
RGB Variations
Color information
#52C0A3 (or 0x52C0A3) is known color: Puerto Rico. HEX triplet: 52, C0 and A3. RGB value is (82,192,163). Sum of RGB (Red+Green+Blue) = 82+192+163=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #52C0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C0A3 is #AD3F5C. Grayscale: #9B9B9B. Windows color (decimal): -11353949 or 10731602. OLE color: 10731602.
HSL color Cylindrical-coordinate representation of color #52C0A3: hue angle of 164.18º 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 #52C0A3 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 163 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.25 |
| HSL | 164.18º | 0.47% | 0.54% | - |
| HSV(B) | 164.18º | 0.57% | 0.75% | - |
| XYZ | 28.94 | 42.14 | 41.26 | - |
| YUV | 155.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 163 | 0.57 | 0 | 0.15 | 0.25 | 164.18 | 0.47 | 0.54 |
| Hex | 52 | C0 | A3 | 39 | 0 | F | 19 | A4 | 2F | 36 |
| Octal | 122 | 300 | 243 | 71 | 0 | 17 | 31 | 244 | 57 | 66 |
| Binary | 1010010 | 11000000 | 10100011 | 111001 | 0 | 1111 | 11001 | 10100100 | 101111 | 110110 |
Color Harmonies of #52C0A3
Complementary color
Monochromatic Colors of #52C0A3
Black with #52C0A3
Text Example
Text Example
White with #52C0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0A3; }
p { color: rgb(82,192,163); }
H1.HeaderClassName
{
color: #52C0A3;
}
.AnyTagClassName
{
color: #52C0A3;
}
</style>
background-color css
<style>
a { background-color: #52C0A3; }
a { background-color: rgb(82,192,163); }
div.DivClassName
{
background-color: #52C0A3;
}
.BgClassName
{
background-color: #52C0A3;
}
</style>
border-color css
<style>
span { border-color: #52C0A3; }
span { border-color: rgb(82,192,163); }
td.TdClassName
{
border-color: #52C0A3;
}
.TagClassName
{
border-color: #52C0A3;
}
</style>