Shades of Puerto Rico #59BBAF
Tints of Puerto Rico #59BBAF
RGB
CMYK
RGB Variations
Color information
#59BBAF (or 0x59BBAF) is known color: Puerto Rico. HEX triplet: 59, BB and AF. RGB value is (89,187,175). Sum of RGB (Red+Green+Blue) = 89+187+175=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #59BBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BBAF is #A64450. Grayscale: #9C9C9C. Windows color (decimal): -10896465 or 11516761. OLE color: 11516761.
HSL color Cylindrical-coordinate representation of color #59BBAF: hue angle of 172.65º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BBAF is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 187 | 175 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.27 |
| HSL | 172.65º | 0.42% | 0.54% | - |
| HSV(B) | 172.65º | 0.52% | 0.73% | - |
| XYZ | 29.63 | 40.76 | 46.86 | - |
| YUV | 156.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 175 | 0.52 | 0 | 0.06 | 0.27 | 172.65 | 0.42 | 0.54 |
| Hex | 59 | BB | AF | 34 | 0 | 6 | 1B | AD | 2A | 36 |
| Octal | 131 | 273 | 257 | 64 | 0 | 6 | 33 | 255 | 52 | 66 |
| Binary | 1011001 | 10111011 | 10101111 | 110100 | 0 | 110 | 11011 | 10101101 | 101010 | 110110 |
Color Harmonies of #59BBAF
Complementary color
Monochromatic Colors of #59BBAF
Black with #59BBAF
Text Example
Text Example
White with #59BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBAF; }
p { color: rgb(89,187,175); }
H1.HeaderClassName
{
color: #59BBAF;
}
.AnyTagClassName
{
color: #59BBAF;
}
</style>
background-color css
<style>
a { background-color: #59BBAF; }
a { background-color: rgb(89,187,175); }
div.DivClassName
{
background-color: #59BBAF;
}
.BgClassName
{
background-color: #59BBAF;
}
</style>
border-color css
<style>
span { border-color: #59BBAF; }
span { border-color: rgb(89,187,175); }
td.TdClassName
{
border-color: #59BBAF;
}
.TagClassName
{
border-color: #59BBAF;
}
</style>