Shades of Puerto Rico #52C5A8
Tints of Puerto Rico #52C5A8
RGB
CMYK
RGB Variations
Color information
#52C5A8 (or 0x52C5A8) is known color: Puerto Rico. HEX triplet: 52, C5 and A8. RGB value is (82,197,168). Sum of RGB (Red+Green+Blue) = 82+197+168=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #52C5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C5A8 is #AD3A57. Grayscale: #9F9F9F. Windows color (decimal): -11352664 or 11060562. OLE color: 11060562.
HSL color Cylindrical-coordinate representation of color #52C5A8: hue angle of 164.87º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C5A8 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 168 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.23 |
| HSL | 164.87º | 0.5% | 0.55% | - |
| HSV(B) | 164.87º | 0.58% | 0.77% | - |
| XYZ | 30.51 | 44.55 | 44.04 | - |
| YUV | 159.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 168 | 0.58 | 0 | 0.15 | 0.23 | 164.87 | 0.5 | 0.55 |
| Hex | 52 | C5 | A8 | 3A | 0 | F | 17 | A5 | 32 | 37 |
| Octal | 122 | 305 | 250 | 72 | 0 | 17 | 27 | 245 | 62 | 67 |
| Binary | 1010010 | 11000101 | 10101000 | 111010 | 0 | 1111 | 10111 | 10100101 | 110010 | 110111 |
Color Harmonies of #52C5A8
Complementary color
Monochromatic Colors of #52C5A8
Black with #52C5A8
Text Example
Text Example
White with #52C5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C5A8; }
p { color: rgb(82,197,168); }
H1.HeaderClassName
{
color: #52C5A8;
}
.AnyTagClassName
{
color: #52C5A8;
}
</style>
background-color css
<style>
a { background-color: #52C5A8; }
a { background-color: rgb(82,197,168); }
div.DivClassName
{
background-color: #52C5A8;
}
.BgClassName
{
background-color: #52C5A8;
}
</style>
border-color css
<style>
span { border-color: #52C5A8; }
span { border-color: rgb(82,197,168); }
td.TdClassName
{
border-color: #52C5A8;
}
.TagClassName
{
border-color: #52C5A8;
}
</style>