Shades of Puerto Rico #53C2A6
Tints of Puerto Rico #53C2A6
RGB
CMYK
RGB Variations
Color information
#53C2A6 (or 0x53C2A6) is known color: Puerto Rico. HEX triplet: 53, C2 and A6. RGB value is (83,194,166). Sum of RGB (Red+Green+Blue) = 83+194+166=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #53C2A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C2A6 is #AC3D59. Grayscale: #9D9D9D. Windows color (decimal): -11287898 or 10928723. OLE color: 10928723.
HSL color Cylindrical-coordinate representation of color #53C2A6: hue angle of 164.86º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C2A6 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 166 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.24 |
| HSL | 164.86º | 0.48% | 0.54% | - |
| HSV(B) | 164.86º | 0.57% | 0.76% | - |
| XYZ | 29.74 | 43.18 | 42.84 | - |
| YUV | 157.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 166 | 0.57 | 0 | 0.14 | 0.24 | 164.86 | 0.48 | 0.54 |
| Hex | 53 | C2 | A6 | 39 | 0 | E | 18 | A5 | 30 | 36 |
| Octal | 123 | 302 | 246 | 71 | 0 | 16 | 30 | 245 | 60 | 66 |
| Binary | 1010011 | 11000010 | 10100110 | 111001 | 0 | 1110 | 11000 | 10100101 | 110000 | 110110 |
Color Harmonies of #53C2A6
Complementary color
Monochromatic Colors of #53C2A6
Black with #53C2A6
Text Example
Text Example
White with #53C2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C2A6; }
p { color: rgb(83,194,166); }
H1.HeaderClassName
{
color: #53C2A6;
}
.AnyTagClassName
{
color: #53C2A6;
}
</style>
background-color css
<style>
a { background-color: #53C2A6; }
a { background-color: rgb(83,194,166); }
div.DivClassName
{
background-color: #53C2A6;
}
.BgClassName
{
background-color: #53C2A6;
}
</style>
border-color css
<style>
span { border-color: #53C2A6; }
span { border-color: rgb(83,194,166); }
td.TdClassName
{
border-color: #53C2A6;
}
.TagClassName
{
border-color: #53C2A6;
}
</style>