Shades of Puerto Rico #59C1AF
Tints of Puerto Rico #59C1AF
RGB
CMYK
RGB Variations
Color information
#59C1AF (or 0x59C1AF) is known color: Puerto Rico. HEX triplet: 59, C1 and AF. RGB value is (89,193,175). Sum of RGB (Red+Green+Blue) = 89+193+175=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #59C1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C1AF is #A63E50. Grayscale: #9F9F9F. Windows color (decimal): -10894929 or 11518297. OLE color: 11518297.
HSL color Cylindrical-coordinate representation of color #59C1AF: hue angle of 169.62º 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 #59C1AF is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 193 | 175 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.24 |
| HSL | 169.62º | 0.46% | 0.55% | - |
| HSV(B) | 169.62º | 0.54% | 0.76% | - |
| XYZ | 30.93 | 43.36 | 47.3 | - |
| YUV | 159.85 | 136.54 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 175 | 0.54 | 0 | 0.09 | 0.24 | 169.62 | 0.46 | 0.55 |
| Hex | 59 | C1 | AF | 36 | 0 | 9 | 18 | AA | 2E | 37 |
| Octal | 131 | 301 | 257 | 66 | 0 | 11 | 30 | 252 | 56 | 67 |
| Binary | 1011001 | 11000001 | 10101111 | 110110 | 0 | 1001 | 11000 | 10101010 | 101110 | 110111 |
Color Harmonies of #59C1AF
Complementary color
Monochromatic Colors of #59C1AF
Black with #59C1AF
Text Example
Text Example
White with #59C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C1AF; }
p { color: rgb(89,193,175); }
H1.HeaderClassName
{
color: #59C1AF;
}
.AnyTagClassName
{
color: #59C1AF;
}
</style>
background-color css
<style>
a { background-color: #59C1AF; }
a { background-color: rgb(89,193,175); }
div.DivClassName
{
background-color: #59C1AF;
}
.BgClassName
{
background-color: #59C1AF;
}
</style>
border-color css
<style>
span { border-color: #59C1AF; }
span { border-color: rgb(89,193,175); }
td.TdClassName
{
border-color: #59C1AF;
}
.TagClassName
{
border-color: #59C1AF;
}
</style>