Shades of Puerto Rico #59BEAB
Tints of Puerto Rico #59BEAB
RGB
CMYK
RGB Variations
Color information
#59BEAB (or 0x59BEAB) is known color: Puerto Rico. HEX triplet: 59, BE and AB. RGB value is (89,190,171). Sum of RGB (Red+Green+Blue) = 89+190+171=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BEAB is #A64154. Grayscale: #9D9D9D. Windows color (decimal): -10895701 or 11255385. OLE color: 11255385.
HSL color Cylindrical-coordinate representation of color #59BEAB: hue angle of 168.71º 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 #59BEAB is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 190 | 171 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.25 |
| HSL | 168.71º | 0.44% | 0.55% | - |
| HSV(B) | 168.71º | 0.53% | 0.75% | - |
| XYZ | 29.88 | 41.89 | 45.04 | - |
| YUV | 157.64 | 135.54 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 190 | 171 | 0.53 | 0 | 0.10 | 0.25 | 168.71 | 0.44 | 0.55 |
| Hex | 59 | BE | AB | 35 | 0 | A | 19 | A9 | 2C | 37 |
| Octal | 131 | 276 | 253 | 65 | 0 | 12 | 31 | 251 | 54 | 67 |
| Binary | 1011001 | 10111110 | 10101011 | 110101 | 0 | 1010 | 11001 | 10101001 | 101100 | 110111 |
Color Harmonies of #59BEAB
Complementary color
Monochromatic Colors of #59BEAB
Black with #59BEAB
Text Example
Text Example
White with #59BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BEAB; }
p { color: rgb(89,190,171); }
H1.HeaderClassName
{
color: #59BEAB;
}
.AnyTagClassName
{
color: #59BEAB;
}
</style>
background-color css
<style>
a { background-color: #59BEAB; }
a { background-color: rgb(89,190,171); }
div.DivClassName
{
background-color: #59BEAB;
}
.BgClassName
{
background-color: #59BEAB;
}
</style>
border-color css
<style>
span { border-color: #59BEAB; }
span { border-color: rgb(89,190,171); }
td.TdClassName
{
border-color: #59BEAB;
}
.TagClassName
{
border-color: #59BEAB;
}
</style>