Shades of Puerto Rico #59BAA8
Tints of Puerto Rico #59BAA8
RGB
CMYK
RGB Variations
Color information
#59BAA8 (or 0x59BAA8) is known color: Puerto Rico. HEX triplet: 59, BA and A8. RGB value is (89,186,168). Sum of RGB (Red+Green+Blue) = 89+186+168=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BAA8 is #A64557. Grayscale: #9A9A9A. Windows color (decimal): -10896728 or 11057753. OLE color: 11057753.
HSL color Cylindrical-coordinate representation of color #59BAA8: hue angle of 168.87º 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 #59BAA8 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 186 | 168 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.27 |
| HSL | 168.87º | 0.41% | 0.54% | - |
| HSV(B) | 168.87º | 0.52% | 0.73% | - |
| XYZ | 28.75 | 40.07 | 43.26 | - |
| YUV | 154.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 168 | 0.52 | 0 | 0.10 | 0.27 | 168.87 | 0.41 | 0.54 |
| Hex | 59 | BA | A8 | 34 | 0 | A | 1B | A9 | 29 | 36 |
| Octal | 131 | 272 | 250 | 64 | 0 | 12 | 33 | 251 | 51 | 66 |
| Binary | 1011001 | 10111010 | 10101000 | 110100 | 0 | 1010 | 11011 | 10101001 | 101001 | 110110 |
Color Harmonies of #59BAA8
Complementary color
Monochromatic Colors of #59BAA8
Black with #59BAA8
Text Example
Text Example
White with #59BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BAA8; }
p { color: rgb(89,186,168); }
H1.HeaderClassName
{
color: #59BAA8;
}
.AnyTagClassName
{
color: #59BAA8;
}
</style>
background-color css
<style>
a { background-color: #59BAA8; }
a { background-color: rgb(89,186,168); }
div.DivClassName
{
background-color: #59BAA8;
}
.BgClassName
{
background-color: #59BAA8;
}
</style>
border-color css
<style>
span { border-color: #59BAA8; }
span { border-color: rgb(89,186,168); }
td.TdClassName
{
border-color: #59BAA8;
}
.TagClassName
{
border-color: #59BAA8;
}
</style>