Shades of Puerto Rico #59ABA0
Tints of Puerto Rico #59ABA0
RGB
CMYK
RGB Variations
Color information
#59ABA0 (or 0x59ABA0) is known color: Puerto Rico. HEX triplet: 59, AB and A0. RGB value is (89,171,160). Sum of RGB (Red+Green+Blue) = 89+171+160=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #59ABA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ABA0 is #A6545F. Grayscale: #919191. Windows color (decimal): -10900576 or 10529625. OLE color: 10529625.
HSL color Cylindrical-coordinate representation of color #59ABA0: hue angle of 171.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59ABA0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 171 | 160 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.33 |
| HSL | 171.95º | 0.33% | 0.51% | - |
| HSV(B) | 171.95º | 0.48% | 0.67% | - |
| XYZ | 25.03 | 33.79 | 38.46 | - |
| YUV | 145.23 | 136.33 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 160 | 0.48 | 0 | 0.06 | 0.33 | 171.95 | 0.33 | 0.51 |
| Hex | 59 | AB | A0 | 30 | 0 | 6 | 21 | AC | 21 | 33 |
| Octal | 131 | 253 | 240 | 60 | 0 | 6 | 41 | 254 | 41 | 63 |
| Binary | 1011001 | 10101011 | 10100000 | 110000 | 0 | 110 | 100001 | 10101100 | 100001 | 110011 |
Color Harmonies of #59ABA0
Complementary color
Monochromatic Colors of #59ABA0
Black with #59ABA0
Text Example
Text Example
White with #59ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ABA0; }
p { color: rgb(89,171,160); }
H1.HeaderClassName
{
color: #59ABA0;
}
.AnyTagClassName
{
color: #59ABA0;
}
</style>
background-color css
<style>
a { background-color: #59ABA0; }
a { background-color: rgb(89,171,160); }
div.DivClassName
{
background-color: #59ABA0;
}
.BgClassName
{
background-color: #59ABA0;
}
</style>
border-color css
<style>
span { border-color: #59ABA0; }
span { border-color: rgb(89,171,160); }
td.TdClassName
{
border-color: #59ABA0;
}
.TagClassName
{
border-color: #59ABA0;
}
</style>