Shades of Puerto Rico #52C6AC
Tints of Puerto Rico #52C6AC
RGB
CMYK
RGB Variations
Color information
#52C6AC (or 0x52C6AC) is known color: Puerto Rico. HEX triplet: 52, C6 and AC. RGB value is (82,198,172). Sum of RGB (Red+Green+Blue) = 82+198+172=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #52C6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C6AC is #AD3953. Grayscale: #A0A0A0. Windows color (decimal): -11352404 or 11322962. OLE color: 11322962.
HSL color Cylindrical-coordinate representation of color #52C6AC: hue angle of 166.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C6AC is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 172 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.22 |
| HSL | 166.55º | 0.5% | 0.55% | - |
| HSV(B) | 166.55º | 0.59% | 0.78% | - |
| XYZ | 31.12 | 45.16 | 46.11 | - |
| YUV | 160.35 | 134.57 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 172 | 0.59 | 0 | 0.13 | 0.22 | 166.55 | 0.5 | 0.55 |
| Hex | 52 | C6 | AC | 3B | 0 | D | 16 | A7 | 32 | 37 |
| Octal | 122 | 306 | 254 | 73 | 0 | 15 | 26 | 247 | 62 | 67 |
| Binary | 1010010 | 11000110 | 10101100 | 111011 | 0 | 1101 | 10110 | 10100111 | 110010 | 110111 |
Color Harmonies of #52C6AC
Complementary color
Monochromatic Colors of #52C6AC
Black with #52C6AC
Text Example
Text Example
White with #52C6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C6AC; }
p { color: rgb(82,198,172); }
H1.HeaderClassName
{
color: #52C6AC;
}
.AnyTagClassName
{
color: #52C6AC;
}
</style>
background-color css
<style>
a { background-color: #52C6AC; }
a { background-color: rgb(82,198,172); }
div.DivClassName
{
background-color: #52C6AC;
}
.BgClassName
{
background-color: #52C6AC;
}
</style>
border-color css
<style>
span { border-color: #52C6AC; }
span { border-color: rgb(82,198,172); }
td.TdClassName
{
border-color: #52C6AC;
}
.TagClassName
{
border-color: #52C6AC;
}
</style>