Shades of Puerto Rico #52C2AC
Tints of Puerto Rico #52C2AC
RGB
CMYK
RGB Variations
Color information
#52C2AC (or 0x52C2AC) is known color: Puerto Rico. HEX triplet: 52, C2 and AC. RGB value is (82,194,172). Sum of RGB (Red+Green+Blue) = 82+194+172=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #52C2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C2AC is #AD3D53. Grayscale: #9D9D9D. Windows color (decimal): -11353428 or 11321938. OLE color: 11321938.
HSL color Cylindrical-coordinate representation of color #52C2AC: hue angle of 168.21º degrees, saturation: 0.48, 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 #52C2AC is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 172 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.24 |
| HSL | 168.21º | 0.48% | 0.54% | - |
| HSV(B) | 168.21º | 0.58% | 0.76% | - |
| XYZ | 30.22 | 43.36 | 45.81 | - |
| YUV | 158 | 135.89 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 172 | 0.58 | 0 | 0.11 | 0.24 | 168.21 | 0.48 | 0.54 |
| Hex | 52 | C2 | AC | 3A | 0 | B | 18 | A8 | 30 | 36 |
| Octal | 122 | 302 | 254 | 72 | 0 | 13 | 30 | 250 | 60 | 66 |
| Binary | 1010010 | 11000010 | 10101100 | 111010 | 0 | 1011 | 11000 | 10101000 | 110000 | 110110 |
Color Harmonies of #52C2AC
Complementary color
Monochromatic Colors of #52C2AC
Black with #52C2AC
Text Example
Text Example
White with #52C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C2AC; }
p { color: rgb(82,194,172); }
H1.HeaderClassName
{
color: #52C2AC;
}
.AnyTagClassName
{
color: #52C2AC;
}
</style>
background-color css
<style>
a { background-color: #52C2AC; }
a { background-color: rgb(82,194,172); }
div.DivClassName
{
background-color: #52C2AC;
}
.BgClassName
{
background-color: #52C2AC;
}
</style>
border-color css
<style>
span { border-color: #52C2AC; }
span { border-color: rgb(82,194,172); }
td.TdClassName
{
border-color: #52C2AC;
}
.TagClassName
{
border-color: #52C2AC;
}
</style>