Shades of Puerto Rico #52BBAC
Tints of Puerto Rico #52BBAC
RGB
CMYK
RGB Variations
Color information
#52BBAC (or 0x52BBAC) is known color: Puerto Rico. HEX triplet: 52, BB and AC. RGB value is (82,187,172). Sum of RGB (Red+Green+Blue) = 82+187+172=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #52BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BBAC is #AD4453. Grayscale: #999999. Windows color (decimal): -11355220 or 11320146. OLE color: 11320146.
HSL color Cylindrical-coordinate representation of color #52BBAC: hue angle of 171.43º 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 #52BBAC is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 172 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.27 |
| HSL | 171.43º | 0.44% | 0.53% | - |
| HSV(B) | 171.43º | 0.56% | 0.73% | - |
| XYZ | 28.7 | 40.31 | 45.3 | - |
| YUV | 153.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 172 | 0.56 | 0 | 0.08 | 0.27 | 171.43 | 0.44 | 0.53 |
| Hex | 52 | BB | AC | 38 | 0 | 8 | 1B | AB | 2C | 35 |
| Octal | 122 | 273 | 254 | 70 | 0 | 10 | 33 | 253 | 54 | 65 |
| Binary | 1010010 | 10111011 | 10101100 | 111000 | 0 | 1000 | 11011 | 10101011 | 101100 | 110101 |
Color Harmonies of #52BBAC
Complementary color
Monochromatic Colors of #52BBAC
Black with #52BBAC
Text Example
Text Example
White with #52BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BBAC; }
p { color: rgb(82,187,172); }
H1.HeaderClassName
{
color: #52BBAC;
}
.AnyTagClassName
{
color: #52BBAC;
}
</style>
background-color css
<style>
a { background-color: #52BBAC; }
a { background-color: rgb(82,187,172); }
div.DivClassName
{
background-color: #52BBAC;
}
.BgClassName
{
background-color: #52BBAC;
}
</style>
border-color css
<style>
span { border-color: #52BBAC; }
span { border-color: rgb(82,187,172); }
td.TdClassName
{
border-color: #52BBAC;
}
.TagClassName
{
border-color: #52BBAC;
}
</style>