Shades of Puerto Rico #59B9A8
Tints of Puerto Rico #59B9A8
RGB
CMYK
RGB Variations
Color information
#59B9A8 (or 0x59B9A8) is known color: Puerto Rico. HEX triplet: 59, B9 and A8. RGB value is (89,185,168). Sum of RGB (Red+Green+Blue) = 89+185+168=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #59B9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B9A8 is #A64657. Grayscale: #9A9A9A. Windows color (decimal): -10896984 or 11057497. OLE color: 11057497.
HSL color Cylindrical-coordinate representation of color #59B9A8: hue angle of 169.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59B9A8 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 185 | 168 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.27 |
| HSL | 169.38º | 0.41% | 0.54% | - |
| HSV(B) | 169.38º | 0.52% | 0.73% | - |
| XYZ | 28.54 | 39.65 | 43.19 | - |
| YUV | 154.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 185 | 168 | 0.52 | 0 | 0.09 | 0.27 | 169.38 | 0.41 | 0.54 |
| Hex | 59 | B9 | A8 | 34 | 0 | 9 | 1B | A9 | 29 | 36 |
| Octal | 131 | 271 | 250 | 64 | 0 | 11 | 33 | 251 | 51 | 66 |
| Binary | 1011001 | 10111001 | 10101000 | 110100 | 0 | 1001 | 11011 | 10101001 | 101001 | 110110 |
Color Harmonies of #59B9A8
Complementary color
Monochromatic Colors of #59B9A8
Black with #59B9A8
Text Example
Text Example
White with #59B9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B9A8; }
p { color: rgb(89,185,168); }
H1.HeaderClassName
{
color: #59B9A8;
}
.AnyTagClassName
{
color: #59B9A8;
}
</style>
background-color css
<style>
a { background-color: #59B9A8; }
a { background-color: rgb(89,185,168); }
div.DivClassName
{
background-color: #59B9A8;
}
.BgClassName
{
background-color: #59B9A8;
}
</style>
border-color css
<style>
span { border-color: #59B9A8; }
span { border-color: rgb(89,185,168); }
td.TdClassName
{
border-color: #59B9A8;
}
.TagClassName
{
border-color: #59B9A8;
}
</style>