Shades of Puerto Rico #59C2B9
Tints of Puerto Rico #59C2B9
RGB
CMYK
RGB Variations
Color information
#59C2B9 (or 0x59C2B9) is known color: Puerto Rico. HEX triplet: 59, C2 and B9. RGB value is (89,194,185). Sum of RGB (Red+Green+Blue) = 89+194+185=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2B9 is #A63D46. Grayscale: #A1A1A1. Windows color (decimal): -10894663 or 12173913. OLE color: 12173913.
HSL color Cylindrical-coordinate representation of color #59C2B9: hue angle of 174.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C2B9 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 185 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.24 |
| HSL | 174.86º | 0.46% | 0.55% | - |
| HSV(B) | 174.86º | 0.54% | 0.76% | - |
| XYZ | 32.17 | 44.21 | 52.74 | - |
| YUV | 161.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 185 | 0.54 | 0 | 0.05 | 0.24 | 174.86 | 0.46 | 0.55 |
| Hex | 59 | C2 | B9 | 36 | 0 | 5 | 18 | AF | 2E | 37 |
| Octal | 131 | 302 | 271 | 66 | 0 | 5 | 30 | 257 | 56 | 67 |
| Binary | 1011001 | 11000010 | 10111001 | 110110 | 0 | 101 | 11000 | 10101111 | 101110 | 110111 |
Color Harmonies of #59C2B9
Complementary color
Monochromatic Colors of #59C2B9
Black with #59C2B9
Text Example
Text Example
White with #59C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2B9; }
p { color: rgb(89,194,185); }
H1.HeaderClassName
{
color: #59C2B9;
}
.AnyTagClassName
{
color: #59C2B9;
}
</style>
background-color css
<style>
a { background-color: #59C2B9; }
a { background-color: rgb(89,194,185); }
div.DivClassName
{
background-color: #59C2B9;
}
.BgClassName
{
background-color: #59C2B9;
}
</style>
border-color css
<style>
span { border-color: #59C2B9; }
span { border-color: rgb(89,194,185); }
td.TdClassName
{
border-color: #59C2B9;
}
.TagClassName
{
border-color: #59C2B9;
}
</style>