Shades of Puerto Rico #52C6AA
Tints of Puerto Rico #52C6AA
RGB
CMYK
RGB Variations
Color information
#52C6AA (or 0x52C6AA) is known color: Puerto Rico. HEX triplet: 52, C6 and AA. RGB value is (82,198,170). Sum of RGB (Red+Green+Blue) = 82+198+170=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #52C6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C6AA is #AD3955. Grayscale: #A0A0A0. Windows color (decimal): -11352406 or 11191890. OLE color: 11191890.
HSL color Cylindrical-coordinate representation of color #52C6AA: hue angle of 165.52º 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 #52C6AA is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 170 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.22 |
| HSL | 165.52º | 0.5% | 0.55% | - |
| HSV(B) | 165.52º | 0.59% | 0.78% | - |
| XYZ | 30.93 | 45.08 | 45.1 | - |
| YUV | 160.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 170 | 0.59 | 0 | 0.14 | 0.22 | 165.52 | 0.5 | 0.55 |
| Hex | 52 | C6 | AA | 3B | 0 | E | 16 | A6 | 32 | 37 |
| Octal | 122 | 306 | 252 | 73 | 0 | 16 | 26 | 246 | 62 | 67 |
| Binary | 1010010 | 11000110 | 10101010 | 111011 | 0 | 1110 | 10110 | 10100110 | 110010 | 110111 |
Color Harmonies of #52C6AA
Complementary color
Monochromatic Colors of #52C6AA
Black with #52C6AA
Text Example
Text Example
White with #52C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C6AA; }
p { color: rgb(82,198,170); }
H1.HeaderClassName
{
color: #52C6AA;
}
.AnyTagClassName
{
color: #52C6AA;
}
</style>
background-color css
<style>
a { background-color: #52C6AA; }
a { background-color: rgb(82,198,170); }
div.DivClassName
{
background-color: #52C6AA;
}
.BgClassName
{
background-color: #52C6AA;
}
</style>
border-color css
<style>
span { border-color: #52C6AA; }
span { border-color: rgb(82,198,170); }
td.TdClassName
{
border-color: #52C6AA;
}
.TagClassName
{
border-color: #52C6AA;
}
</style>