Shades of Puerto Rico #52C6A2
Tints of Puerto Rico #52C6A2
RGB
CMYK
RGB Variations
Color information
#52C6A2 (or 0x52C6A2) is known color: Puerto Rico. HEX triplet: 52, C6 and A2. RGB value is (82,198,162). Sum of RGB (Red+Green+Blue) = 82+198+162=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 198 - color contains mainly: green. Hex color #52C6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C6A2 is #AD395D. Grayscale: #9F9F9F. Windows color (decimal): -11352414 or 10667602. OLE color: 10667602.
HSL color Cylindrical-coordinate representation of color #52C6A2: hue angle of 161.38º 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 #52C6A2 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 162 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.22 |
| HSL | 161.38º | 0.5% | 0.55% | - |
| HSV(B) | 161.38º | 0.59% | 0.78% | - |
| XYZ | 30.2 | 44.79 | 41.24 | - |
| YUV | 159.21 | 129.57 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 162 | 0.59 | 0 | 0.18 | 0.22 | 161.38 | 0.5 | 0.55 |
| Hex | 52 | C6 | A2 | 3B | 0 | 12 | 16 | A1 | 32 | 37 |
| Octal | 122 | 306 | 242 | 73 | 0 | 22 | 26 | 241 | 62 | 67 |
| Binary | 1010010 | 11000110 | 10100010 | 111011 | 0 | 10010 | 10110 | 10100001 | 110010 | 110111 |
Color Harmonies of #52C6A2
Complementary color
Monochromatic Colors of #52C6A2
Black with #52C6A2
Text Example
Text Example
White with #52C6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C6A2; }
p { color: rgb(82,198,162); }
H1.HeaderClassName
{
color: #52C6A2;
}
.AnyTagClassName
{
color: #52C6A2;
}
</style>
background-color css
<style>
a { background-color: #52C6A2; }
a { background-color: rgb(82,198,162); }
div.DivClassName
{
background-color: #52C6A2;
}
.BgClassName
{
background-color: #52C6A2;
}
</style>
border-color css
<style>
span { border-color: #52C6A2; }
span { border-color: rgb(82,198,162); }
td.TdClassName
{
border-color: #52C6A2;
}
.TagClassName
{
border-color: #52C6A2;
}
</style>