Shades of Puerto Rico #52BA9F
Tints of Puerto Rico #52BA9F
RGB
CMYK
RGB Variations
Color information
#52BA9F (or 0x52BA9F) is known color: Puerto Rico. HEX triplet: 52, BA and 9F. RGB value is (82,186,159). Sum of RGB (Red+Green+Blue) = 82+186+159=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BA9F is #AD4560. Grayscale: #979797. Windows color (decimal): -11355489 or 10467922. OLE color: 10467922.
HSL color Cylindrical-coordinate representation of color #52BA9F: hue angle of 164.42º degrees, saturation: 0.43, 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 #52BA9F is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 159 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.27 |
| HSL | 164.42º | 0.43% | 0.53% | - |
| HSV(B) | 164.42º | 0.56% | 0.73% | - |
| XYZ | 27.3 | 39.41 | 38.97 | - |
| YUV | 151.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 159 | 0.56 | 0 | 0.15 | 0.27 | 164.42 | 0.43 | 0.53 |
| Hex | 52 | BA | 9F | 38 | 0 | F | 1B | A4 | 2B | 35 |
| Octal | 122 | 272 | 237 | 70 | 0 | 17 | 33 | 244 | 53 | 65 |
| Binary | 1010010 | 10111010 | 10011111 | 111000 | 0 | 1111 | 11011 | 10100100 | 101011 | 110101 |
Color Harmonies of #52BA9F
Complementary color
Monochromatic Colors of #52BA9F
Black with #52BA9F
Text Example
Text Example
White with #52BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA9F; }
p { color: rgb(82,186,159); }
H1.HeaderClassName
{
color: #52BA9F;
}
.AnyTagClassName
{
color: #52BA9F;
}
</style>
background-color css
<style>
a { background-color: #52BA9F; }
a { background-color: rgb(82,186,159); }
div.DivClassName
{
background-color: #52BA9F;
}
.BgClassName
{
background-color: #52BA9F;
}
</style>
border-color css
<style>
span { border-color: #52BA9F; }
span { border-color: rgb(82,186,159); }
td.TdClassName
{
border-color: #52BA9F;
}
.TagClassName
{
border-color: #52BA9F;
}
</style>