Shades of Puerto Rico #52BBA1
Tints of Puerto Rico #52BBA1
RGB
CMYK
RGB Variations
Color information
#52BBA1 (or 0x52BBA1) is known color: Puerto Rico. HEX triplet: 52, BB and A1. RGB value is (82,187,161). Sum of RGB (Red+Green+Blue) = 82+187+161=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #52BBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BBA1 is #AD445E. Grayscale: #989898. Windows color (decimal): -11355231 or 10599250. OLE color: 10599250.
HSL color Cylindrical-coordinate representation of color #52BBA1: hue angle of 165.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BBA1 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 161 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.27 |
| HSL | 165.14º | 0.44% | 0.53% | - |
| HSV(B) | 165.14º | 0.56% | 0.73% | - |
| XYZ | 27.68 | 39.91 | 39.96 | - |
| YUV | 152.64 | 132.71 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 161 | 0.56 | 0 | 0.14 | 0.27 | 165.14 | 0.44 | 0.53 |
| Hex | 52 | BB | A1 | 38 | 0 | E | 1B | A5 | 2C | 35 |
| Octal | 122 | 273 | 241 | 70 | 0 | 16 | 33 | 245 | 54 | 65 |
| Binary | 1010010 | 10111011 | 10100001 | 111000 | 0 | 1110 | 11011 | 10100101 | 101100 | 110101 |
Color Harmonies of #52BBA1
Complementary color
Monochromatic Colors of #52BBA1
Black with #52BBA1
Text Example
Text Example
White with #52BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BBA1; }
p { color: rgb(82,187,161); }
H1.HeaderClassName
{
color: #52BBA1;
}
.AnyTagClassName
{
color: #52BBA1;
}
</style>
background-color css
<style>
a { background-color: #52BBA1; }
a { background-color: rgb(82,187,161); }
div.DivClassName
{
background-color: #52BBA1;
}
.BgClassName
{
background-color: #52BBA1;
}
</style>
border-color css
<style>
span { border-color: #52BBA1; }
span { border-color: rgb(82,187,161); }
td.TdClassName
{
border-color: #52BBA1;
}
.TagClassName
{
border-color: #52BBA1;
}
</style>