Shades of Puerto Rico #52C0AC
Tints of Puerto Rico #52C0AC
RGB
CMYK
RGB Variations
Color information
#52C0AC (or 0x52C0AC) is known color: Puerto Rico. HEX triplet: 52, C0 and AC. RGB value is (82,192,172). Sum of RGB (Red+Green+Blue) = 82+192+172=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #52C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C0AC is #AD3F53. Grayscale: #9C9C9C. Windows color (decimal): -11353940 or 11321426. OLE color: 11321426.
HSL color Cylindrical-coordinate representation of color #52C0AC: hue angle of 169.09º degrees, saturation: 0.47, 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 #52C0AC is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 172 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.25 |
| HSL | 169.09º | 0.47% | 0.54% | - |
| HSV(B) | 169.09º | 0.57% | 0.75% | - |
| XYZ | 29.78 | 42.47 | 45.66 | - |
| YUV | 156.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 172 | 0.57 | 0 | 0.10 | 0.25 | 169.09 | 0.47 | 0.54 |
| Hex | 52 | C0 | AC | 39 | 0 | A | 19 | A9 | 2F | 36 |
| Octal | 122 | 300 | 254 | 71 | 0 | 12 | 31 | 251 | 57 | 66 |
| Binary | 1010010 | 11000000 | 10101100 | 111001 | 0 | 1010 | 11001 | 10101001 | 101111 | 110110 |
Color Harmonies of #52C0AC
Complementary color
Monochromatic Colors of #52C0AC
Black with #52C0AC
Text Example
Text Example
White with #52C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0AC; }
p { color: rgb(82,192,172); }
H1.HeaderClassName
{
color: #52C0AC;
}
.AnyTagClassName
{
color: #52C0AC;
}
</style>
background-color css
<style>
a { background-color: #52C0AC; }
a { background-color: rgb(82,192,172); }
div.DivClassName
{
background-color: #52C0AC;
}
.BgClassName
{
background-color: #52C0AC;
}
</style>
border-color css
<style>
span { border-color: #52C0AC; }
span { border-color: rgb(82,192,172); }
td.TdClassName
{
border-color: #52C0AC;
}
.TagClassName
{
border-color: #52C0AC;
}
</style>