Shades of Puerto Rico #59BEA6
Tints of Puerto Rico #59BEA6
RGB
CMYK
RGB Variations
Color information
#59BEA6 (or 0x59BEA6) is known color: Puerto Rico. HEX triplet: 59, BE and A6. RGB value is (89,190,166). Sum of RGB (Red+Green+Blue) = 89+190+166=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BEA6 is #A64159. Grayscale: #9D9D9D. Windows color (decimal): -10895706 or 10927705. OLE color: 10927705.
HSL color Cylindrical-coordinate representation of color #59BEA6: hue angle of 165.74º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BEA6 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 190 | 166 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.25 |
| HSL | 165.74º | 0.44% | 0.55% | - |
| HSV(B) | 165.74º | 0.53% | 0.75% | - |
| XYZ | 29.42 | 41.7 | 42.58 | - |
| YUV | 157.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 190 | 166 | 0.53 | 0 | 0.13 | 0.25 | 165.74 | 0.44 | 0.55 |
| Hex | 59 | BE | A6 | 35 | 0 | D | 19 | A6 | 2C | 37 |
| Octal | 131 | 276 | 246 | 65 | 0 | 15 | 31 | 246 | 54 | 67 |
| Binary | 1011001 | 10111110 | 10100110 | 110101 | 0 | 1101 | 11001 | 10100110 | 101100 | 110111 |
Color Harmonies of #59BEA6
Complementary color
Monochromatic Colors of #59BEA6
Black with #59BEA6
Text Example
Text Example
White with #59BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BEA6; }
p { color: rgb(89,190,166); }
H1.HeaderClassName
{
color: #59BEA6;
}
.AnyTagClassName
{
color: #59BEA6;
}
</style>
background-color css
<style>
a { background-color: #59BEA6; }
a { background-color: rgb(89,190,166); }
div.DivClassName
{
background-color: #59BEA6;
}
.BgClassName
{
background-color: #59BEA6;
}
</style>
border-color css
<style>
span { border-color: #59BEA6; }
span { border-color: rgb(89,190,166); }
td.TdClassName
{
border-color: #59BEA6;
}
.TagClassName
{
border-color: #59BEA6;
}
</style>