Shades of Puerto Rico #52BD9F
Tints of Puerto Rico #52BD9F
RGB
CMYK
RGB Variations
Color information
#52BD9F (or 0x52BD9F) is known color: Puerto Rico. HEX triplet: 52, BD and 9F. RGB value is (82,189,159). Sum of RGB (Red+Green+Blue) = 82+189+159=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BD9F is #AD4260. Grayscale: #999999. Windows color (decimal): -11354721 or 10468690. OLE color: 10468690.
HSL color Cylindrical-coordinate representation of color #52BD9F: hue angle of 163.18º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BD9F is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 159 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.26 |
| HSL | 163.18º | 0.45% | 0.53% | - |
| HSV(B) | 163.18º | 0.57% | 0.74% | - |
| XYZ | 27.94 | 40.69 | 39.18 | - |
| YUV | 153.59 | 131.05 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 159 | 0.57 | 0 | 0.16 | 0.26 | 163.18 | 0.45 | 0.53 |
| Hex | 52 | BD | 9F | 39 | 0 | 10 | 1A | A3 | 2D | 35 |
| Octal | 122 | 275 | 237 | 71 | 0 | 20 | 32 | 243 | 55 | 65 |
| Binary | 1010010 | 10111101 | 10011111 | 111001 | 0 | 10000 | 11010 | 10100011 | 101101 | 110101 |
Color Harmonies of #52BD9F
Complementary color
Monochromatic Colors of #52BD9F
Black with #52BD9F
Text Example
Text Example
White with #52BD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BD9F; }
p { color: rgb(82,189,159); }
H1.HeaderClassName
{
color: #52BD9F;
}
.AnyTagClassName
{
color: #52BD9F;
}
</style>
background-color css
<style>
a { background-color: #52BD9F; }
a { background-color: rgb(82,189,159); }
div.DivClassName
{
background-color: #52BD9F;
}
.BgClassName
{
background-color: #52BD9F;
}
</style>
border-color css
<style>
span { border-color: #52BD9F; }
span { border-color: rgb(82,189,159); }
td.TdClassName
{
border-color: #52BD9F;
}
.TagClassName
{
border-color: #52BD9F;
}
</style>