Shades of Puerto Rico #52B2A0
Tints of Puerto Rico #52B2A0
RGB
CMYK
RGB Variations
Color information
#52B2A0 (or 0x52B2A0) is known color: Puerto Rico. HEX triplet: 52, B2 and A0. RGB value is (82,178,160). Sum of RGB (Red+Green+Blue) = 82+178+160=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #52B2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B2A0 is #AD4D5F. Grayscale: #939393. Windows color (decimal): -11357536 or 10531410. OLE color: 10531410.
HSL color Cylindrical-coordinate representation of color #52B2A0: hue angle of 168.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B2A0 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 160 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.30 |
| HSL | 168.75º | 0.38% | 0.51% | - |
| HSV(B) | 168.75º | 0.54% | 0.7% | - |
| XYZ | 25.75 | 36.17 | 38.88 | - |
| YUV | 147.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 160 | 0.54 | 0 | 0.10 | 0.30 | 168.75 | 0.38 | 0.51 |
| Hex | 52 | B2 | A0 | 36 | 0 | A | 1E | A9 | 26 | 33 |
| Octal | 122 | 262 | 240 | 66 | 0 | 12 | 36 | 251 | 46 | 63 |
| Binary | 1010010 | 10110010 | 10100000 | 110110 | 0 | 1010 | 11110 | 10101001 | 100110 | 110011 |
Color Harmonies of #52B2A0
Complementary color
Monochromatic Colors of #52B2A0
Black with #52B2A0
Text Example
Text Example
White with #52B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B2A0; }
p { color: rgb(82,178,160); }
H1.HeaderClassName
{
color: #52B2A0;
}
.AnyTagClassName
{
color: #52B2A0;
}
</style>
background-color css
<style>
a { background-color: #52B2A0; }
a { background-color: rgb(82,178,160); }
div.DivClassName
{
background-color: #52B2A0;
}
.BgClassName
{
background-color: #52B2A0;
}
</style>
border-color css
<style>
span { border-color: #52B2A0; }
span { border-color: rgb(82,178,160); }
td.TdClassName
{
border-color: #52B2A0;
}
.TagClassName
{
border-color: #52B2A0;
}
</style>