Shades of Puerto Rico #52BDAB
Tints of Puerto Rico #52BDAB
RGB
CMYK
RGB Variations
Color information
#52BDAB (or 0x52BDAB) is known color: Puerto Rico. HEX triplet: 52, BD and AB. RGB value is (82,189,171). Sum of RGB (Red+Green+Blue) = 82+189+171=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #52BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BDAB is #AD4254. Grayscale: #9A9A9A. Windows color (decimal): -11354709 or 11255122. OLE color: 11255122.
HSL color Cylindrical-coordinate representation of color #52BDAB: hue angle of 169.91º 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 #52BDAB is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 171 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.26 |
| HSL | 169.91º | 0.45% | 0.53% | - |
| HSV(B) | 169.91º | 0.57% | 0.74% | - |
| XYZ | 29.03 | 41.13 | 44.94 | - |
| YUV | 154.96 | 137.05 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 171 | 0.57 | 0 | 0.10 | 0.26 | 169.91 | 0.45 | 0.53 |
| Hex | 52 | BD | AB | 39 | 0 | A | 1A | AA | 2D | 35 |
| Octal | 122 | 275 | 253 | 71 | 0 | 12 | 32 | 252 | 55 | 65 |
| Binary | 1010010 | 10111101 | 10101011 | 111001 | 0 | 1010 | 11010 | 10101010 | 101101 | 110101 |
Color Harmonies of #52BDAB
Complementary color
Monochromatic Colors of #52BDAB
Black with #52BDAB
Text Example
Text Example
White with #52BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BDAB; }
p { color: rgb(82,189,171); }
H1.HeaderClassName
{
color: #52BDAB;
}
.AnyTagClassName
{
color: #52BDAB;
}
</style>
background-color css
<style>
a { background-color: #52BDAB; }
a { background-color: rgb(82,189,171); }
div.DivClassName
{
background-color: #52BDAB;
}
.BgClassName
{
background-color: #52BDAB;
}
</style>
border-color css
<style>
span { border-color: #52BDAB; }
span { border-color: rgb(82,189,171); }
td.TdClassName
{
border-color: #52BDAB;
}
.TagClassName
{
border-color: #52BDAB;
}
</style>