Shades of Puerto Rico #59C5AC
Tints of Puerto Rico #59C5AC
RGB
CMYK
RGB Variations
Color information
#59C5AC (or 0x59C5AC) is known color: Puerto Rico. HEX triplet: 59, C5 and AC. RGB value is (89,197,172). Sum of RGB (Red+Green+Blue) = 89+197+172=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #59C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C5AC is #A63A53. Grayscale: #A1A1A1. Windows color (decimal): -10893908 or 11322713. OLE color: 11322713.
HSL color Cylindrical-coordinate representation of color #59C5AC: hue angle of 166.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C5AC is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 197 | 172 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.23 |
| HSL | 166.11º | 0.48% | 0.56% | - |
| HSV(B) | 166.11º | 0.55% | 0.77% | - |
| XYZ | 31.53 | 45.03 | 46.06 | - |
| YUV | 161.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 197 | 172 | 0.55 | 0 | 0.13 | 0.23 | 166.11 | 0.48 | 0.56 |
| Hex | 59 | C5 | AC | 37 | 0 | D | 17 | A6 | 30 | 38 |
| Octal | 131 | 305 | 254 | 67 | 0 | 15 | 27 | 246 | 60 | 70 |
| Binary | 1011001 | 11000101 | 10101100 | 110111 | 0 | 1101 | 10111 | 10100110 | 110000 | 111000 |
Color Harmonies of #59C5AC
Complementary color
Monochromatic Colors of #59C5AC
Black with #59C5AC
Text Example
Text Example
White with #59C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C5AC; }
p { color: rgb(89,197,172); }
H1.HeaderClassName
{
color: #59C5AC;
}
.AnyTagClassName
{
color: #59C5AC;
}
</style>
background-color css
<style>
a { background-color: #59C5AC; }
a { background-color: rgb(89,197,172); }
div.DivClassName
{
background-color: #59C5AC;
}
.BgClassName
{
background-color: #59C5AC;
}
</style>
border-color css
<style>
span { border-color: #59C5AC; }
span { border-color: rgb(89,197,172); }
td.TdClassName
{
border-color: #59C5AC;
}
.TagClassName
{
border-color: #59C5AC;
}
</style>