Shades of Puerto Rico #52BCA0
Tints of Puerto Rico #52BCA0
RGB
CMYK
RGB Variations
Color information
#52BCA0 (or 0x52BCA0) is known color: Puerto Rico. HEX triplet: 52, BC and A0. RGB value is (82,188,160). Sum of RGB (Red+Green+Blue) = 82+188+160=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #52BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BCA0 is #AD435F. Grayscale: #999999. Windows color (decimal): -11354976 or 10533970. OLE color: 10533970.
HSL color Cylindrical-coordinate representation of color #52BCA0: hue angle of 164.15º 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 #52BCA0 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 160 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.26 |
| HSL | 164.15º | 0.44% | 0.53% | - |
| HSV(B) | 164.15º | 0.56% | 0.74% | - |
| XYZ | 27.81 | 40.3 | 39.57 | - |
| YUV | 153.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 160 | 0.56 | 0 | 0.15 | 0.26 | 164.15 | 0.44 | 0.53 |
| Hex | 52 | BC | A0 | 38 | 0 | F | 1A | A4 | 2C | 35 |
| Octal | 122 | 274 | 240 | 70 | 0 | 17 | 32 | 244 | 54 | 65 |
| Binary | 1010010 | 10111100 | 10100000 | 111000 | 0 | 1111 | 11010 | 10100100 | 101100 | 110101 |
Color Harmonies of #52BCA0
Complementary color
Monochromatic Colors of #52BCA0
Black with #52BCA0
Text Example
Text Example
White with #52BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BCA0; }
p { color: rgb(82,188,160); }
H1.HeaderClassName
{
color: #52BCA0;
}
.AnyTagClassName
{
color: #52BCA0;
}
</style>
background-color css
<style>
a { background-color: #52BCA0; }
a { background-color: rgb(82,188,160); }
div.DivClassName
{
background-color: #52BCA0;
}
.BgClassName
{
background-color: #52BCA0;
}
</style>
border-color css
<style>
span { border-color: #52BCA0; }
span { border-color: rgb(82,188,160); }
td.TdClassName
{
border-color: #52BCA0;
}
.TagClassName
{
border-color: #52BCA0;
}
</style>