Shades of Puerto Rico #59C1AB
Tints of Puerto Rico #59C1AB
RGB
CMYK
RGB Variations
Color information
#59C1AB (or 0x59C1AB) is known color: Puerto Rico. HEX triplet: 59, C1 and AB. RGB value is (89,193,171). Sum of RGB (Red+Green+Blue) = 89+193+171=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #59C1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C1AB is #A63E54. Grayscale: #9F9F9F. Windows color (decimal): -10894933 or 11256153. OLE color: 11256153.
HSL color Cylindrical-coordinate representation of color #59C1AB: hue angle of 167.31º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C1AB is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 193 | 171 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.24 |
| HSL | 167.31º | 0.46% | 0.55% | - |
| HSV(B) | 167.31º | 0.54% | 0.76% | - |
| XYZ | 30.54 | 43.2 | 45.26 | - |
| YUV | 159.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 171 | 0.54 | 0 | 0.11 | 0.24 | 167.31 | 0.46 | 0.55 |
| Hex | 59 | C1 | AB | 36 | 0 | B | 18 | A7 | 2E | 37 |
| Octal | 131 | 301 | 253 | 66 | 0 | 13 | 30 | 247 | 56 | 67 |
| Binary | 1011001 | 11000001 | 10101011 | 110110 | 0 | 1011 | 11000 | 10100111 | 101110 | 110111 |
Color Harmonies of #59C1AB
Complementary color
Monochromatic Colors of #59C1AB
Black with #59C1AB
Text Example
Text Example
White with #59C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C1AB; }
p { color: rgb(89,193,171); }
H1.HeaderClassName
{
color: #59C1AB;
}
.AnyTagClassName
{
color: #59C1AB;
}
</style>
background-color css
<style>
a { background-color: #59C1AB; }
a { background-color: rgb(89,193,171); }
div.DivClassName
{
background-color: #59C1AB;
}
.BgClassName
{
background-color: #59C1AB;
}
</style>
border-color css
<style>
span { border-color: #59C1AB; }
span { border-color: rgb(89,193,171); }
td.TdClassName
{
border-color: #59C1AB;
}
.TagClassName
{
border-color: #59C1AB;
}
</style>