Shades of Puerto Rico #52BAB0
Tints of Puerto Rico #52BAB0
RGB
CMYK
RGB Variations
Color information
#52BAB0 (or 0x52BAB0) is known color: Puerto Rico. HEX triplet: 52, BA and B0. RGB value is (82,186,176). Sum of RGB (Red+Green+Blue) = 82+186+176=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #52BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BAB0 is #AD454F. Grayscale: #999999. Windows color (decimal): -11355472 or 11582034. OLE color: 11582034.
HSL color Cylindrical-coordinate representation of color #52BAB0: hue angle of 174.23º 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 #52BAB0 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 176 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.27 |
| HSL | 174.23º | 0.43% | 0.53% | - |
| HSV(B) | 174.23º | 0.56% | 0.73% | - |
| XYZ | 28.88 | 40.05 | 47.28 | - |
| YUV | 153.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 176 | 0.56 | 0 | 0.05 | 0.27 | 174.23 | 0.43 | 0.53 |
| Hex | 52 | BA | B0 | 38 | 0 | 5 | 1B | AE | 2B | 35 |
| Octal | 122 | 272 | 260 | 70 | 0 | 5 | 33 | 256 | 53 | 65 |
| Binary | 1010010 | 10111010 | 10110000 | 111000 | 0 | 101 | 11011 | 10101110 | 101011 | 110101 |
Color Harmonies of #52BAB0
Complementary color
Monochromatic Colors of #52BAB0
Black with #52BAB0
Text Example
Text Example
White with #52BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BAB0; }
p { color: rgb(82,186,176); }
H1.HeaderClassName
{
color: #52BAB0;
}
.AnyTagClassName
{
color: #52BAB0;
}
</style>
background-color css
<style>
a { background-color: #52BAB0; }
a { background-color: rgb(82,186,176); }
div.DivClassName
{
background-color: #52BAB0;
}
.BgClassName
{
background-color: #52BAB0;
}
</style>
border-color css
<style>
span { border-color: #52BAB0; }
span { border-color: rgb(82,186,176); }
td.TdClassName
{
border-color: #52BAB0;
}
.TagClassName
{
border-color: #52BAB0;
}
</style>