Shades of Puerto Rico #52BFAB
Tints of Puerto Rico #52BFAB
RGB
CMYK
RGB Variations
Color information
#52BFAB (or 0x52BFAB) is known color: Puerto Rico. HEX triplet: 52, BF and AB. RGB value is (82,191,171). Sum of RGB (Red+Green+Blue) = 82+191+171=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #52BFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BFAB is #AD4054. Grayscale: #9C9C9C. Windows color (decimal): -11354197 or 11255634. OLE color: 11255634.
HSL color Cylindrical-coordinate representation of color #52BFAB: hue angle of 168.99º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BFAB is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 171 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.25 |
| HSL | 168.99º | 0.46% | 0.54% | - |
| HSV(B) | 168.99º | 0.57% | 0.75% | - |
| XYZ | 29.46 | 42 | 45.08 | - |
| YUV | 156.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 171 | 0.57 | 0 | 0.10 | 0.25 | 168.99 | 0.46 | 0.54 |
| Hex | 52 | BF | AB | 39 | 0 | A | 19 | A9 | 2E | 36 |
| Octal | 122 | 277 | 253 | 71 | 0 | 12 | 31 | 251 | 56 | 66 |
| Binary | 1010010 | 10111111 | 10101011 | 111001 | 0 | 1010 | 11001 | 10101001 | 101110 | 110110 |
Color Harmonies of #52BFAB
Complementary color
Monochromatic Colors of #52BFAB
Black with #52BFAB
Text Example
Text Example
White with #52BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFAB; }
p { color: rgb(82,191,171); }
H1.HeaderClassName
{
color: #52BFAB;
}
.AnyTagClassName
{
color: #52BFAB;
}
</style>
background-color css
<style>
a { background-color: #52BFAB; }
a { background-color: rgb(82,191,171); }
div.DivClassName
{
background-color: #52BFAB;
}
.BgClassName
{
background-color: #52BFAB;
}
</style>
border-color css
<style>
span { border-color: #52BFAB; }
span { border-color: rgb(82,191,171); }
td.TdClassName
{
border-color: #52BFAB;
}
.TagClassName
{
border-color: #52BFAB;
}
</style>