Shades of Puerto Rico #59BCB0
Tints of Puerto Rico #59BCB0
RGB
CMYK
RGB Variations
Color information
#59BCB0 (or 0x59BCB0) is known color: Puerto Rico. HEX triplet: 59, BC and B0. RGB value is (89,188,176). Sum of RGB (Red+Green+Blue) = 89+188+176=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCB0 is #A6434F. Grayscale: #9C9C9C. Windows color (decimal): -10896208 or 11582553. OLE color: 11582553.
HSL color Cylindrical-coordinate representation of color #59BCB0: hue angle of 172.73º 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 #59BCB0 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 176 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.26 |
| HSL | 172.73º | 0.42% | 0.54% | - |
| HSV(B) | 172.73º | 0.53% | 0.74% | - |
| XYZ | 29.94 | 41.22 | 47.45 | - |
| YUV | 157.03 | 138.7 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 176 | 0.53 | 0 | 0.06 | 0.26 | 172.73 | 0.42 | 0.54 |
| Hex | 59 | BC | B0 | 35 | 0 | 6 | 1A | AD | 2A | 36 |
| Octal | 131 | 274 | 260 | 65 | 0 | 6 | 32 | 255 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10110000 | 110101 | 0 | 110 | 11010 | 10101101 | 101010 | 110110 |
Color Harmonies of #59BCB0
Complementary color
Monochromatic Colors of #59BCB0
Black with #59BCB0
Text Example
Text Example
White with #59BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCB0; }
p { color: rgb(89,188,176); }
H1.HeaderClassName
{
color: #59BCB0;
}
.AnyTagClassName
{
color: #59BCB0;
}
</style>
background-color css
<style>
a { background-color: #59BCB0; }
a { background-color: rgb(89,188,176); }
div.DivClassName
{
background-color: #59BCB0;
}
.BgClassName
{
background-color: #59BCB0;
}
</style>
border-color css
<style>
span { border-color: #59BCB0; }
span { border-color: rgb(89,188,176); }
td.TdClassName
{
border-color: #59BCB0;
}
.TagClassName
{
border-color: #59BCB0;
}
</style>