Shades of Puerto Rico #59BCAF
Tints of Puerto Rico #59BCAF
RGB
CMYK
RGB Variations
Color information
#59BCAF (or 0x59BCAF) is known color: Puerto Rico. HEX triplet: 59, BC and AF. RGB value is (89,188,175). Sum of RGB (Red+Green+Blue) = 89+188+175=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCAF is #A64350. Grayscale: #9C9C9C. Windows color (decimal): -10896209 or 11517017. OLE color: 11517017.
HSL color Cylindrical-coordinate representation of color #59BCAF: hue angle of 172.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BCAF is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 175 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.26 |
| HSL | 172.12º | 0.42% | 0.54% | - |
| HSV(B) | 172.12º | 0.53% | 0.74% | - |
| XYZ | 29.84 | 41.19 | 46.93 | - |
| YUV | 156.92 | 138.2 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 175 | 0.53 | 0 | 0.07 | 0.26 | 172.12 | 0.42 | 0.54 |
| Hex | 59 | BC | AF | 35 | 0 | 7 | 1A | AC | 2A | 36 |
| Octal | 131 | 274 | 257 | 65 | 0 | 7 | 32 | 254 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10101111 | 110101 | 0 | 111 | 11010 | 10101100 | 101010 | 110110 |
Color Harmonies of #59BCAF
Complementary color
Monochromatic Colors of #59BCAF
Black with #59BCAF
Text Example
Text Example
White with #59BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCAF; }
p { color: rgb(89,188,175); }
H1.HeaderClassName
{
color: #59BCAF;
}
.AnyTagClassName
{
color: #59BCAF;
}
</style>
background-color css
<style>
a { background-color: #59BCAF; }
a { background-color: rgb(89,188,175); }
div.DivClassName
{
background-color: #59BCAF;
}
.BgClassName
{
background-color: #59BCAF;
}
</style>
border-color css
<style>
span { border-color: #59BCAF; }
span { border-color: rgb(89,188,175); }
td.TdClassName
{
border-color: #59BCAF;
}
.TagClassName
{
border-color: #59BCAF;
}
</style>