Shades of Puerto Rico #53C0A0
Tints of Puerto Rico #53C0A0
RGB
CMYK
RGB Variations
Color information
#53C0A0 (or 0x53C0A0) is known color: Puerto Rico. HEX triplet: 53, C0 and A0. RGB value is (83,192,160). Sum of RGB (Red+Green+Blue) = 83+192+160=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #53C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C0A0 is #AC3F5F. Grayscale: #9B9B9B. Windows color (decimal): -11288416 or 10534995. OLE color: 10534995.
HSL color Cylindrical-coordinate representation of color #53C0A0: hue angle of 162.39º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C0A0 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 160 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.25 |
| HSL | 162.39º | 0.46% | 0.54% | - |
| HSV(B) | 162.39º | 0.57% | 0.75% | - |
| XYZ | 28.76 | 42.08 | 39.86 | - |
| YUV | 155.76 | 130.39 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 160 | 0.57 | 0 | 0.17 | 0.25 | 162.39 | 0.46 | 0.54 |
| Hex | 53 | C0 | A0 | 39 | 0 | 11 | 19 | A2 | 2E | 36 |
| Octal | 123 | 300 | 240 | 71 | 0 | 21 | 31 | 242 | 56 | 66 |
| Binary | 1010011 | 11000000 | 10100000 | 111001 | 0 | 10001 | 11001 | 10100010 | 101110 | 110110 |
Color Harmonies of #53C0A0
Complementary color
Monochromatic Colors of #53C0A0
Black with #53C0A0
Text Example
Text Example
White with #53C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C0A0; }
p { color: rgb(83,192,160); }
H1.HeaderClassName
{
color: #53C0A0;
}
.AnyTagClassName
{
color: #53C0A0;
}
</style>
background-color css
<style>
a { background-color: #53C0A0; }
a { background-color: rgb(83,192,160); }
div.DivClassName
{
background-color: #53C0A0;
}
.BgClassName
{
background-color: #53C0A0;
}
</style>
border-color css
<style>
span { border-color: #53C0A0; }
span { border-color: rgb(83,192,160); }
td.TdClassName
{
border-color: #53C0A0;
}
.TagClassName
{
border-color: #53C0A0;
}
</style>