Shades of Puerto Rico #52BA9D
Tints of Puerto Rico #52BA9D
RGB
CMYK
RGB Variations
Color information
#52BA9D (or 0x52BA9D) is known color: Puerto Rico. HEX triplet: 52, BA and 9D. RGB value is (82,186,157). Sum of RGB (Red+Green+Blue) = 82+186+157=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BA9D is #AD4562. Grayscale: #979797. Windows color (decimal): -11355491 or 10336850. OLE color: 10336850.
HSL color Cylindrical-coordinate representation of color #52BA9D: hue angle of 163.27º 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 #52BA9D is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 157 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.27 |
| HSL | 163.27º | 0.43% | 0.53% | - |
| HSV(B) | 163.27º | 0.56% | 0.73% | - |
| XYZ | 27.12 | 39.35 | 38.06 | - |
| YUV | 151.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 157 | 0.56 | 0 | 0.16 | 0.27 | 163.27 | 0.43 | 0.53 |
| Hex | 52 | BA | 9D | 38 | 0 | 10 | 1B | A3 | 2B | 35 |
| Octal | 122 | 272 | 235 | 70 | 0 | 20 | 33 | 243 | 53 | 65 |
| Binary | 1010010 | 10111010 | 10011101 | 111000 | 0 | 10000 | 11011 | 10100011 | 101011 | 110101 |
Color Harmonies of #52BA9D
Complementary color
Monochromatic Colors of #52BA9D
Black with #52BA9D
Text Example
Text Example
White with #52BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA9D; }
p { color: rgb(82,186,157); }
H1.HeaderClassName
{
color: #52BA9D;
}
.AnyTagClassName
{
color: #52BA9D;
}
</style>
background-color css
<style>
a { background-color: #52BA9D; }
a { background-color: rgb(82,186,157); }
div.DivClassName
{
background-color: #52BA9D;
}
.BgClassName
{
background-color: #52BA9D;
}
</style>
border-color css
<style>
span { border-color: #52BA9D; }
span { border-color: rgb(82,186,157); }
td.TdClassName
{
border-color: #52BA9D;
}
.TagClassName
{
border-color: #52BA9D;
}
</style>