Shades of Puerto Rico #59BCA6
Tints of Puerto Rico #59BCA6
RGB
CMYK
RGB Variations
Color information
#59BCA6 (or 0x59BCA6) is known color: Puerto Rico. HEX triplet: 59, BC and A6. RGB value is (89,188,166). Sum of RGB (Red+Green+Blue) = 89+188+166=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCA6 is #A64359. Grayscale: #9B9B9B. Windows color (decimal): -10896218 or 10927193. OLE color: 10927193.
HSL color Cylindrical-coordinate representation of color #59BCA6: hue angle of 166.67º 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 #59BCA6 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 166 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.26 |
| HSL | 166.67º | 0.42% | 0.54% | - |
| HSV(B) | 166.67º | 0.53% | 0.74% | - |
| XYZ | 28.99 | 40.84 | 42.43 | - |
| YUV | 155.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 166 | 0.53 | 0 | 0.12 | 0.26 | 166.67 | 0.42 | 0.54 |
| Hex | 59 | BC | A6 | 35 | 0 | C | 1A | A7 | 2A | 36 |
| Octal | 131 | 274 | 246 | 65 | 0 | 14 | 32 | 247 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10100110 | 110101 | 0 | 1100 | 11010 | 10100111 | 101010 | 110110 |
Color Harmonies of #59BCA6
Complementary color
Monochromatic Colors of #59BCA6
Black with #59BCA6
Text Example
Text Example
White with #59BCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCA6; }
p { color: rgb(89,188,166); }
H1.HeaderClassName
{
color: #59BCA6;
}
.AnyTagClassName
{
color: #59BCA6;
}
</style>
background-color css
<style>
a { background-color: #59BCA6; }
a { background-color: rgb(89,188,166); }
div.DivClassName
{
background-color: #59BCA6;
}
.BgClassName
{
background-color: #59BCA6;
}
</style>
border-color css
<style>
span { border-color: #59BCA6; }
span { border-color: rgb(89,188,166); }
td.TdClassName
{
border-color: #59BCA6;
}
.TagClassName
{
border-color: #59BCA6;
}
</style>