Shades of Puerto Rico #52C6A1
Tints of Puerto Rico #52C6A1
RGB
CMYK
RGB Variations
Color information
#52C6A1 (or 0x52C6A1) is known color: Puerto Rico. HEX triplet: 52, C6 and A1. RGB value is (82,198,161). Sum of RGB (Red+Green+Blue) = 82+198+161=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #52C6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C6A1 is #AD395E. Grayscale: #9F9F9F. Windows color (decimal): -11352415 or 10602066. OLE color: 10602066.
HSL color Cylindrical-coordinate representation of color #52C6A1: hue angle of 160.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C6A1 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 161 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.22 |
| HSL | 160.86º | 0.5% | 0.55% | - |
| HSV(B) | 160.86º | 0.59% | 0.78% | - |
| XYZ | 30.11 | 44.76 | 40.77 | - |
| YUV | 159.1 | 129.07 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 161 | 0.59 | 0 | 0.19 | 0.22 | 160.86 | 0.5 | 0.55 |
| Hex | 52 | C6 | A1 | 3B | 0 | 13 | 16 | A1 | 32 | 37 |
| Octal | 122 | 306 | 241 | 73 | 0 | 23 | 26 | 241 | 62 | 67 |
| Binary | 1010010 | 11000110 | 10100001 | 111011 | 0 | 10011 | 10110 | 10100001 | 110010 | 110111 |
Color Harmonies of #52C6A1
Complementary color
Monochromatic Colors of #52C6A1
Black with #52C6A1
Text Example
Text Example
White with #52C6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C6A1; }
p { color: rgb(82,198,161); }
H1.HeaderClassName
{
color: #52C6A1;
}
.AnyTagClassName
{
color: #52C6A1;
}
</style>
background-color css
<style>
a { background-color: #52C6A1; }
a { background-color: rgb(82,198,161); }
div.DivClassName
{
background-color: #52C6A1;
}
.BgClassName
{
background-color: #52C6A1;
}
</style>
border-color css
<style>
span { border-color: #52C6A1; }
span { border-color: rgb(82,198,161); }
td.TdClassName
{
border-color: #52C6A1;
}
.TagClassName
{
border-color: #52C6A1;
}
</style>