Shades of Puerto Rico #59BAB0
Tints of Puerto Rico #59BAB0
RGB
CMYK
RGB Variations
Color information
#59BAB0 (or 0x59BAB0) is known color: Puerto Rico. HEX triplet: 59, BA and B0. RGB value is (89,186,176). Sum of RGB (Red+Green+Blue) = 89+186+176=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BAB0 is #A6454F. Grayscale: #9B9B9B. Windows color (decimal): -10896720 or 11582041. OLE color: 11582041.
HSL color Cylindrical-coordinate representation of color #59BAB0: hue angle of 173.81º degrees, saturation: 0.41, 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 #59BAB0 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 186 | 176 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.27 |
| HSL | 173.81º | 0.41% | 0.54% | - |
| HSV(B) | 173.81º | 0.52% | 0.73% | - |
| XYZ | 29.52 | 40.38 | 47.31 | - |
| YUV | 155.86 | 139.36 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 176 | 0.52 | 0 | 0.05 | 0.27 | 173.81 | 0.41 | 0.54 |
| Hex | 59 | BA | B0 | 34 | 0 | 5 | 1B | AE | 29 | 36 |
| Octal | 131 | 272 | 260 | 64 | 0 | 5 | 33 | 256 | 51 | 66 |
| Binary | 1011001 | 10111010 | 10110000 | 110100 | 0 | 101 | 11011 | 10101110 | 101001 | 110110 |
Color Harmonies of #59BAB0
Complementary color
Monochromatic Colors of #59BAB0
Black with #59BAB0
Text Example
Text Example
White with #59BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BAB0; }
p { color: rgb(89,186,176); }
H1.HeaderClassName
{
color: #59BAB0;
}
.AnyTagClassName
{
color: #59BAB0;
}
</style>
background-color css
<style>
a { background-color: #59BAB0; }
a { background-color: rgb(89,186,176); }
div.DivClassName
{
background-color: #59BAB0;
}
.BgClassName
{
background-color: #59BAB0;
}
</style>
border-color css
<style>
span { border-color: #59BAB0; }
span { border-color: rgb(89,186,176); }
td.TdClassName
{
border-color: #59BAB0;
}
.TagClassName
{
border-color: #59BAB0;
}
</style>