Shades of Puerto Rico #59B5A5
Tints of Puerto Rico #59B5A5
RGB
CMYK
RGB Variations
Color information
#59B5A5 (or 0x59B5A5) is known color: Puerto Rico. HEX triplet: 59, B5 and A5. RGB value is (89,181,165). Sum of RGB (Red+Green+Blue) = 89+181+165=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #59B5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B5A5 is #A64A5A. Grayscale: #979797. Windows color (decimal): -10898011 or 10859865. OLE color: 10859865.
HSL color Cylindrical-coordinate representation of color #59B5A5: hue angle of 169.57º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B5A5 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 181 | 165 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.29 |
| HSL | 169.57º | 0.38% | 0.53% | - |
| HSV(B) | 169.57º | 0.51% | 0.71% | - |
| XYZ | 27.44 | 37.89 | 41.46 | - |
| YUV | 151.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 181 | 165 | 0.51 | 0 | 0.09 | 0.29 | 169.57 | 0.38 | 0.53 |
| Hex | 59 | B5 | A5 | 33 | 0 | 9 | 1D | AA | 26 | 35 |
| Octal | 131 | 265 | 245 | 63 | 0 | 11 | 35 | 252 | 46 | 65 |
| Binary | 1011001 | 10110101 | 10100101 | 110011 | 0 | 1001 | 11101 | 10101010 | 100110 | 110101 |
Color Harmonies of #59B5A5
Complementary color
Monochromatic Colors of #59B5A5
Black with #59B5A5
Text Example
Text Example
White with #59B5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B5A5; }
p { color: rgb(89,181,165); }
H1.HeaderClassName
{
color: #59B5A5;
}
.AnyTagClassName
{
color: #59B5A5;
}
</style>
background-color css
<style>
a { background-color: #59B5A5; }
a { background-color: rgb(89,181,165); }
div.DivClassName
{
background-color: #59B5A5;
}
.BgClassName
{
background-color: #59B5A5;
}
</style>
border-color css
<style>
span { border-color: #59B5A5; }
span { border-color: rgb(89,181,165); }
td.TdClassName
{
border-color: #59B5A5;
}
.TagClassName
{
border-color: #59B5A5;
}
</style>