Shades of Puerto Rico #59C3AB
Tints of Puerto Rico #59C3AB
RGB
CMYK
RGB Variations
Color information
#59C3AB (or 0x59C3AB) is known color: Puerto Rico. HEX triplet: 59, C3 and AB. RGB value is (89,195,171). Sum of RGB (Red+Green+Blue) = 89+195+171=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #59C3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C3AB is #A63C54. Grayscale: #A0A0A0. Windows color (decimal): -10894421 or 11256665. OLE color: 11256665.
HSL color Cylindrical-coordinate representation of color #59C3AB: hue angle of 166.42º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C3AB is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 195 | 171 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.24 |
| HSL | 166.42º | 0.47% | 0.56% | - |
| HSV(B) | 166.42º | 0.54% | 0.76% | - |
| XYZ | 30.99 | 44.09 | 45.41 | - |
| YUV | 160.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 195 | 171 | 0.54 | 0 | 0.12 | 0.24 | 166.42 | 0.47 | 0.56 |
| Hex | 59 | C3 | AB | 36 | 0 | C | 18 | A6 | 2F | 38 |
| Octal | 131 | 303 | 253 | 66 | 0 | 14 | 30 | 246 | 57 | 70 |
| Binary | 1011001 | 11000011 | 10101011 | 110110 | 0 | 1100 | 11000 | 10100110 | 101111 | 111000 |
Color Harmonies of #59C3AB
Complementary color
Monochromatic Colors of #59C3AB
Black with #59C3AB
Text Example
Text Example
White with #59C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C3AB; }
p { color: rgb(89,195,171); }
H1.HeaderClassName
{
color: #59C3AB;
}
.AnyTagClassName
{
color: #59C3AB;
}
</style>
background-color css
<style>
a { background-color: #59C3AB; }
a { background-color: rgb(89,195,171); }
div.DivClassName
{
background-color: #59C3AB;
}
.BgClassName
{
background-color: #59C3AB;
}
</style>
border-color css
<style>
span { border-color: #59C3AB; }
span { border-color: rgb(89,195,171); }
td.TdClassName
{
border-color: #59C3AB;
}
.TagClassName
{
border-color: #59C3AB;
}
</style>