Shades of Puerto Rico #59BCA8
Tints of Puerto Rico #59BCA8
RGB
CMYK
RGB Variations
Color information
#59BCA8 (or 0x59BCA8) is known color: Puerto Rico. HEX triplet: 59, BC and A8. RGB value is (89,188,168). Sum of RGB (Red+Green+Blue) = 89+188+168=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCA8 is #A64357. Grayscale: #9C9C9C. Windows color (decimal): -10896216 or 11058265. OLE color: 11058265.
HSL color Cylindrical-coordinate representation of color #59BCA8: hue angle of 167.88º 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 #59BCA8 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 168 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.26 |
| HSL | 167.88º | 0.42% | 0.54% | - |
| HSV(B) | 167.88º | 0.53% | 0.74% | - |
| XYZ | 29.17 | 40.92 | 43.41 | - |
| YUV | 156.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 168 | 0.53 | 0 | 0.11 | 0.26 | 167.88 | 0.42 | 0.54 |
| Hex | 59 | BC | A8 | 35 | 0 | B | 1A | A8 | 2A | 36 |
| Octal | 131 | 274 | 250 | 65 | 0 | 13 | 32 | 250 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10101000 | 110101 | 0 | 1011 | 11010 | 10101000 | 101010 | 110110 |
Color Harmonies of #59BCA8
Complementary color
Monochromatic Colors of #59BCA8
Black with #59BCA8
Text Example
Text Example
White with #59BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCA8; }
p { color: rgb(89,188,168); }
H1.HeaderClassName
{
color: #59BCA8;
}
.AnyTagClassName
{
color: #59BCA8;
}
</style>
background-color css
<style>
a { background-color: #59BCA8; }
a { background-color: rgb(89,188,168); }
div.DivClassName
{
background-color: #59BCA8;
}
.BgClassName
{
background-color: #59BCA8;
}
</style>
border-color css
<style>
span { border-color: #59BCA8; }
span { border-color: rgb(89,188,168); }
td.TdClassName
{
border-color: #59BCA8;
}
.TagClassName
{
border-color: #59BCA8;
}
</style>