Shades of Puerto Rico #52C1AB
Tints of Puerto Rico #52C1AB
RGB
CMYK
RGB Variations
Color information
#52C1AB (or 0x52C1AB) is known color: Puerto Rico. HEX triplet: 52, C1 and AB. RGB value is (82,193,171). Sum of RGB (Red+Green+Blue) = 82+193+171=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #52C1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C1AB is #AD3E54. Grayscale: #9D9D9D. Windows color (decimal): -11353685 or 11256146. OLE color: 11256146.
HSL color Cylindrical-coordinate representation of color #52C1AB: hue angle of 168.11º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C1AB is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 171 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.24 |
| HSL | 168.11º | 0.47% | 0.54% | - |
| HSV(B) | 168.11º | 0.58% | 0.76% | - |
| XYZ | 29.9 | 42.87 | 45.23 | - |
| YUV | 157.3 | 135.73 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 171 | 0.58 | 0 | 0.11 | 0.24 | 168.11 | 0.47 | 0.54 |
| Hex | 52 | C1 | AB | 3A | 0 | B | 18 | A8 | 2F | 36 |
| Octal | 122 | 301 | 253 | 72 | 0 | 13 | 30 | 250 | 57 | 66 |
| Binary | 1010010 | 11000001 | 10101011 | 111010 | 0 | 1011 | 11000 | 10101000 | 101111 | 110110 |
Color Harmonies of #52C1AB
Complementary color
Monochromatic Colors of #52C1AB
Black with #52C1AB
Text Example
Text Example
White with #52C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C1AB; }
p { color: rgb(82,193,171); }
H1.HeaderClassName
{
color: #52C1AB;
}
.AnyTagClassName
{
color: #52C1AB;
}
</style>
background-color css
<style>
a { background-color: #52C1AB; }
a { background-color: rgb(82,193,171); }
div.DivClassName
{
background-color: #52C1AB;
}
.BgClassName
{
background-color: #52C1AB;
}
</style>
border-color css
<style>
span { border-color: #52C1AB; }
span { border-color: rgb(82,193,171); }
td.TdClassName
{
border-color: #52C1AB;
}
.TagClassName
{
border-color: #52C1AB;
}
</style>