Shades of Puerto Rico #53C5AB
Tints of Puerto Rico #53C5AB
RGB
CMYK
RGB Variations
Color information
#53C5AB (or 0x53C5AB) is known color: Puerto Rico. HEX triplet: 53, C5 and AB. RGB value is (83,197,171). Sum of RGB (Red+Green+Blue) = 83+197+171=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #53C5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C5AB is #AC3A54. Grayscale: #9F9F9F. Windows color (decimal): -11287125 or 11257171. OLE color: 11257171.
HSL color Cylindrical-coordinate representation of color #53C5AB: hue angle of 166.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C5AB is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 171 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.23 |
| HSL | 166.32º | 0.5% | 0.55% | - |
| HSV(B) | 166.32º | 0.58% | 0.77% | - |
| XYZ | 30.88 | 44.71 | 45.53 | - |
| YUV | 159.95 | 134.23 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 171 | 0.58 | 0 | 0.13 | 0.23 | 166.32 | 0.5 | 0.55 |
| Hex | 53 | C5 | AB | 3A | 0 | D | 17 | A6 | 32 | 37 |
| Octal | 123 | 305 | 253 | 72 | 0 | 15 | 27 | 246 | 62 | 67 |
| Binary | 1010011 | 11000101 | 10101011 | 111010 | 0 | 1101 | 10111 | 10100110 | 110010 | 110111 |
Color Harmonies of #53C5AB
Complementary color
Monochromatic Colors of #53C5AB
Black with #53C5AB
Text Example
Text Example
White with #53C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C5AB; }
p { color: rgb(83,197,171); }
H1.HeaderClassName
{
color: #53C5AB;
}
.AnyTagClassName
{
color: #53C5AB;
}
</style>
background-color css
<style>
a { background-color: #53C5AB; }
a { background-color: rgb(83,197,171); }
div.DivClassName
{
background-color: #53C5AB;
}
.BgClassName
{
background-color: #53C5AB;
}
</style>
border-color css
<style>
span { border-color: #53C5AB; }
span { border-color: rgb(83,197,171); }
td.TdClassName
{
border-color: #53C5AB;
}
.TagClassName
{
border-color: #53C5AB;
}
</style>