Shades of Puerto Rico #53C1AB
Tints of Puerto Rico #53C1AB
RGB
CMYK
RGB Variations
Color information
#53C1AB (or 0x53C1AB) is known color: Puerto Rico. HEX triplet: 53, C1 and AB. RGB value is (83,193,171). Sum of RGB (Red+Green+Blue) = 83+193+171=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #53C1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C1AB is #AC3E54. Grayscale: #9D9D9D. Windows color (decimal): -11288149 or 11256147. OLE color: 11256147.
HSL color Cylindrical-coordinate representation of color #53C1AB: hue angle of 168º degrees, saturation: 0.47, 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 #53C1AB is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 171 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.24 |
| HSL | 168º | 0.47% | 0.54% | - |
| HSV(B) | 168º | 0.57% | 0.76% | - |
| XYZ | 29.99 | 42.92 | 45.23 | - |
| YUV | 157.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 171 | 0.57 | 0 | 0.11 | 0.24 | 168 | 0.47 | 0.54 |
| Hex | 53 | C1 | AB | 39 | 0 | B | 18 | A8 | 2F | 36 |
| Octal | 123 | 301 | 253 | 71 | 0 | 13 | 30 | 250 | 57 | 66 |
| Binary | 1010011 | 11000001 | 10101011 | 111001 | 0 | 1011 | 11000 | 10101000 | 101111 | 110110 |
Color Harmonies of #53C1AB
Complementary color
Monochromatic Colors of #53C1AB
Black with #53C1AB
Text Example
Text Example
White with #53C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C1AB; }
p { color: rgb(83,193,171); }
H1.HeaderClassName
{
color: #53C1AB;
}
.AnyTagClassName
{
color: #53C1AB;
}
</style>
background-color css
<style>
a { background-color: #53C1AB; }
a { background-color: rgb(83,193,171); }
div.DivClassName
{
background-color: #53C1AB;
}
.BgClassName
{
background-color: #53C1AB;
}
</style>
border-color css
<style>
span { border-color: #53C1AB; }
span { border-color: rgb(83,193,171); }
td.TdClassName
{
border-color: #53C1AB;
}
.TagClassName
{
border-color: #53C1AB;
}
</style>