Shades of Puerto Rico #52BEA2
Tints of Puerto Rico #52BEA2
RGB
CMYK
RGB Variations
Color information
#52BEA2 (or 0x52BEA2) is known color: Puerto Rico. HEX triplet: 52, BE and A2. RGB value is (82,190,162). Sum of RGB (Red+Green+Blue) = 82+190+162=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #52BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BEA2 is #AD415D. Grayscale: #9A9A9A. Windows color (decimal): -11354462 or 10665554. OLE color: 10665554.
HSL color Cylindrical-coordinate representation of color #52BEA2: hue angle of 164.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BEA2 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 162 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.25 |
| HSL | 164.44º | 0.45% | 0.53% | - |
| HSV(B) | 164.44º | 0.57% | 0.75% | - |
| XYZ | 28.41 | 41.23 | 40.64 | - |
| YUV | 154.52 | 132.22 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 162 | 0.57 | 0 | 0.15 | 0.25 | 164.44 | 0.45 | 0.53 |
| Hex | 52 | BE | A2 | 39 | 0 | F | 19 | A4 | 2D | 35 |
| Octal | 122 | 276 | 242 | 71 | 0 | 17 | 31 | 244 | 55 | 65 |
| Binary | 1010010 | 10111110 | 10100010 | 111001 | 0 | 1111 | 11001 | 10100100 | 101101 | 110101 |
Color Harmonies of #52BEA2
Complementary color
Monochromatic Colors of #52BEA2
Black with #52BEA2
Text Example
Text Example
White with #52BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BEA2; }
p { color: rgb(82,190,162); }
H1.HeaderClassName
{
color: #52BEA2;
}
.AnyTagClassName
{
color: #52BEA2;
}
</style>
background-color css
<style>
a { background-color: #52BEA2; }
a { background-color: rgb(82,190,162); }
div.DivClassName
{
background-color: #52BEA2;
}
.BgClassName
{
background-color: #52BEA2;
}
</style>
border-color css
<style>
span { border-color: #52BEA2; }
span { border-color: rgb(82,190,162); }
td.TdClassName
{
border-color: #52BEA2;
}
.TagClassName
{
border-color: #52BEA2;
}
</style>