Shades of Puerto Rico #52BCAF
Tints of Puerto Rico #52BCAF
RGB
CMYK
RGB Variations
Color information
#52BCAF (or 0x52BCAF) is known color: Puerto Rico. HEX triplet: 52, BC and AF. RGB value is (82,188,175). Sum of RGB (Red+Green+Blue) = 82+188+175=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #52BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BCAF is #AD4350. Grayscale: #9A9A9A. Windows color (decimal): -11354961 or 11517010. OLE color: 11517010.
HSL color Cylindrical-coordinate representation of color #52BCAF: hue angle of 172.64º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BCAF is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 175 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.26 |
| HSL | 172.64º | 0.44% | 0.53% | - |
| HSV(B) | 172.64º | 0.56% | 0.74% | - |
| XYZ | 29.2 | 40.86 | 46.9 | - |
| YUV | 154.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 175 | 0.56 | 0 | 0.07 | 0.26 | 172.64 | 0.44 | 0.53 |
| Hex | 52 | BC | AF | 38 | 0 | 7 | 1A | AD | 2C | 35 |
| Octal | 122 | 274 | 257 | 70 | 0 | 7 | 32 | 255 | 54 | 65 |
| Binary | 1010010 | 10111100 | 10101111 | 111000 | 0 | 111 | 11010 | 10101101 | 101100 | 110101 |
Color Harmonies of #52BCAF
Complementary color
Monochromatic Colors of #52BCAF
Black with #52BCAF
Text Example
Text Example
White with #52BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BCAF; }
p { color: rgb(82,188,175); }
H1.HeaderClassName
{
color: #52BCAF;
}
.AnyTagClassName
{
color: #52BCAF;
}
</style>
background-color css
<style>
a { background-color: #52BCAF; }
a { background-color: rgb(82,188,175); }
div.DivClassName
{
background-color: #52BCAF;
}
.BgClassName
{
background-color: #52BCAF;
}
</style>
border-color css
<style>
span { border-color: #52BCAF; }
span { border-color: rgb(82,188,175); }
td.TdClassName
{
border-color: #52BCAF;
}
.TagClassName
{
border-color: #52BCAF;
}
</style>