Shades of Puerto Rico #52C8A6
Tints of Puerto Rico #52C8A6
RGB
CMYK
RGB Variations
Color information
#52C8A6 (or 0x52C8A6) is known color: Puerto Rico. HEX triplet: 52, C8 and A6. RGB value is (82,200,166). Sum of RGB (Red+Green+Blue) = 82+200+166=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #52C8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C8A6 is #AD3759. Grayscale: #A0A0A0. Windows color (decimal): -11351898 or 10930258. OLE color: 10930258.
HSL color Cylindrical-coordinate representation of color #52C8A6: hue angle of 162.71º degrees, saturation: 0.52, 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 #52C8A6 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 166 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.22 |
| HSL | 162.71º | 0.52% | 0.55% | - |
| HSV(B) | 162.71º | 0.59% | 0.78% | - |
| XYZ | 31.02 | 45.86 | 43.29 | - |
| YUV | 160.84 | 130.91 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 166 | 0.59 | 0 | 0.17 | 0.22 | 162.71 | 0.52 | 0.55 |
| Hex | 52 | C8 | A6 | 3B | 0 | 11 | 16 | A3 | 34 | 37 |
| Octal | 122 | 310 | 246 | 73 | 0 | 21 | 26 | 243 | 64 | 67 |
| Binary | 1010010 | 11001000 | 10100110 | 111011 | 0 | 10001 | 10110 | 10100011 | 110100 | 110111 |
Color Harmonies of #52C8A6
Complementary color
Monochromatic Colors of #52C8A6
Black with #52C8A6
Text Example
Text Example
White with #52C8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C8A6; }
p { color: rgb(82,200,166); }
H1.HeaderClassName
{
color: #52C8A6;
}
.AnyTagClassName
{
color: #52C8A6;
}
</style>
background-color css
<style>
a { background-color: #52C8A6; }
a { background-color: rgb(82,200,166); }
div.DivClassName
{
background-color: #52C8A6;
}
.BgClassName
{
background-color: #52C8A6;
}
</style>
border-color css
<style>
span { border-color: #52C8A6; }
span { border-color: rgb(82,200,166); }
td.TdClassName
{
border-color: #52C8A6;
}
.TagClassName
{
border-color: #52C8A6;
}
</style>