Shades of Puerto Rico #52BBA7
Tints of Puerto Rico #52BBA7
RGB
CMYK
RGB Variations
Color information
#52BBA7 (or 0x52BBA7) is known color: Puerto Rico. HEX triplet: 52, BB and A7. RGB value is (82,187,167). Sum of RGB (Red+Green+Blue) = 82+187+167=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #52BBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BBA7 is #AD4458. Grayscale: #999999. Windows color (decimal): -11355225 or 10992466. OLE color: 10992466.
HSL color Cylindrical-coordinate representation of color #52BBA7: hue angle of 168.57º 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 #52BBA7 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 167 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.27 |
| HSL | 168.57º | 0.44% | 0.53% | - |
| HSV(B) | 168.57º | 0.56% | 0.73% | - |
| XYZ | 28.23 | 40.12 | 42.82 | - |
| YUV | 153.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 167 | 0.56 | 0 | 0.11 | 0.27 | 168.57 | 0.44 | 0.53 |
| Hex | 52 | BB | A7 | 38 | 0 | B | 1B | A9 | 2C | 35 |
| Octal | 122 | 273 | 247 | 70 | 0 | 13 | 33 | 251 | 54 | 65 |
| Binary | 1010010 | 10111011 | 10100111 | 111000 | 0 | 1011 | 11011 | 10101001 | 101100 | 110101 |
Color Harmonies of #52BBA7
Complementary color
Monochromatic Colors of #52BBA7
Black with #52BBA7
Text Example
Text Example
White with #52BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BBA7; }
p { color: rgb(82,187,167); }
H1.HeaderClassName
{
color: #52BBA7;
}
.AnyTagClassName
{
color: #52BBA7;
}
</style>
background-color css
<style>
a { background-color: #52BBA7; }
a { background-color: rgb(82,187,167); }
div.DivClassName
{
background-color: #52BBA7;
}
.BgClassName
{
background-color: #52BBA7;
}
</style>
border-color css
<style>
span { border-color: #52BBA7; }
span { border-color: rgb(82,187,167); }
td.TdClassName
{
border-color: #52BBA7;
}
.TagClassName
{
border-color: #52BBA7;
}
</style>