Shades of Puerto Rico #59C09E
Tints of Puerto Rico #59C09E
RGB
CMYK
RGB Variations
Color information
#59C09E (or 0x59C09E) is known color: Puerto Rico. HEX triplet: 59, C0 and 9E. RGB value is (89,192,158). Sum of RGB (Red+Green+Blue) = 89+192+158=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #59C09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C09E is #A63F61. Grayscale: #9D9D9D. Windows color (decimal): -10895202 or 10403929. OLE color: 10403929.
HSL color Cylindrical-coordinate representation of color #59C09E: hue angle of 160.19º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C09E is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 158 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.25 |
| HSL | 160.19º | 0.45% | 0.55% | - |
| HSV(B) | 160.19º | 0.54% | 0.75% | - |
| XYZ | 29.14 | 42.29 | 38.97 | - |
| YUV | 157.33 | 128.38 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 158 | 0.54 | 0 | 0.18 | 0.25 | 160.19 | 0.45 | 0.55 |
| Hex | 59 | C0 | 9E | 36 | 0 | 12 | 19 | A0 | 2D | 37 |
| Octal | 131 | 300 | 236 | 66 | 0 | 22 | 31 | 240 | 55 | 67 |
| Binary | 1011001 | 11000000 | 10011110 | 110110 | 0 | 10010 | 11001 | 10100000 | 101101 | 110111 |
Color Harmonies of #59C09E
Complementary color
Monochromatic Colors of #59C09E
Black with #59C09E
Text Example
Text Example
White with #59C09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C09E; }
p { color: rgb(89,192,158); }
H1.HeaderClassName
{
color: #59C09E;
}
.AnyTagClassName
{
color: #59C09E;
}
</style>
background-color css
<style>
a { background-color: #59C09E; }
a { background-color: rgb(89,192,158); }
div.DivClassName
{
background-color: #59C09E;
}
.BgClassName
{
background-color: #59C09E;
}
</style>
border-color css
<style>
span { border-color: #59C09E; }
span { border-color: rgb(89,192,158); }
td.TdClassName
{
border-color: #59C09E;
}
.TagClassName
{
border-color: #59C09E;
}
</style>