Shades of Puerto Rico #59C2AF
Tints of Puerto Rico #59C2AF
RGB
CMYK
RGB Variations
Color information
#59C2AF (or 0x59C2AF) is known color: Puerto Rico. HEX triplet: 59, C2 and AF. RGB value is (89,194,175). Sum of RGB (Red+Green+Blue) = 89+194+175=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C2AF is #A63D50. Grayscale: #A0A0A0. Windows color (decimal): -10894673 or 11518553. OLE color: 11518553.
HSL color Cylindrical-coordinate representation of color #59C2AF: hue angle of 169.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C2AF is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 175 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.24 |
| HSL | 169.14º | 0.46% | 0.55% | - |
| HSV(B) | 169.14º | 0.54% | 0.76% | - |
| XYZ | 31.15 | 43.8 | 47.37 | - |
| YUV | 160.44 | 136.21 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 175 | 0.54 | 0 | 0.10 | 0.24 | 169.14 | 0.46 | 0.55 |
| Hex | 59 | C2 | AF | 36 | 0 | A | 18 | A9 | 2E | 37 |
| Octal | 131 | 302 | 257 | 66 | 0 | 12 | 30 | 251 | 56 | 67 |
| Binary | 1011001 | 11000010 | 10101111 | 110110 | 0 | 1010 | 11000 | 10101001 | 101110 | 110111 |
Color Harmonies of #59C2AF
Complementary color
Monochromatic Colors of #59C2AF
Black with #59C2AF
Text Example
Text Example
White with #59C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2AF; }
p { color: rgb(89,194,175); }
H1.HeaderClassName
{
color: #59C2AF;
}
.AnyTagClassName
{
color: #59C2AF;
}
</style>
background-color css
<style>
a { background-color: #59C2AF; }
a { background-color: rgb(89,194,175); }
div.DivClassName
{
background-color: #59C2AF;
}
.BgClassName
{
background-color: #59C2AF;
}
</style>
border-color css
<style>
span { border-color: #59C2AF; }
span { border-color: rgb(89,194,175); }
td.TdClassName
{
border-color: #59C2AF;
}
.TagClassName
{
border-color: #59C2AF;
}
</style>