Shades of Puerto Rico #59B1A0
Tints of Puerto Rico #59B1A0
RGB
CMYK
RGB Variations
Color information
#59B1A0 (or 0x59B1A0) is known color: Puerto Rico. HEX triplet: 59, B1 and A0. RGB value is (89,177,160). Sum of RGB (Red+Green+Blue) = 89+177+160=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #59B1A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59B1A0 is #A64E5F. Grayscale: #949494. Windows color (decimal): -10899040 or 10531161. OLE color: 10531161.
HSL color Cylindrical-coordinate representation of color #59B1A0: hue angle of 168.41º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B1A0 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 177 | 160 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.31 |
| HSL | 168.41º | 0.36% | 0.52% | - |
| HSV(B) | 168.41º | 0.5% | 0.69% | - |
| XYZ | 26.19 | 36.11 | 38.85 | - |
| YUV | 148.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 177 | 160 | 0.50 | 0 | 0.10 | 0.31 | 168.41 | 0.36 | 0.52 |
| Hex | 59 | B1 | A0 | 32 | 0 | A | 1F | A8 | 24 | 34 |
| Octal | 131 | 261 | 240 | 62 | 0 | 12 | 37 | 250 | 44 | 64 |
| Binary | 1011001 | 10110001 | 10100000 | 110010 | 0 | 1010 | 11111 | 10101000 | 100100 | 110100 |
Color Harmonies of #59B1A0
Complementary color
Monochromatic Colors of #59B1A0
Black with #59B1A0
Text Example
Text Example
White with #59B1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B1A0; }
p { color: rgb(89,177,160); }
H1.HeaderClassName
{
color: #59B1A0;
}
.AnyTagClassName
{
color: #59B1A0;
}
</style>
background-color css
<style>
a { background-color: #59B1A0; }
a { background-color: rgb(89,177,160); }
div.DivClassName
{
background-color: #59B1A0;
}
.BgClassName
{
background-color: #59B1A0;
}
</style>
border-color css
<style>
span { border-color: #59B1A0; }
span { border-color: rgb(89,177,160); }
td.TdClassName
{
border-color: #59B1A0;
}
.TagClassName
{
border-color: #59B1A0;
}
</style>