Shades of Puerto Rico #59C2AC
Tints of Puerto Rico #59C2AC
RGB
CMYK
RGB Variations
Color information
#59C2AC (or 0x59C2AC) is known color: Puerto Rico. HEX triplet: 59, C2 and AC. RGB value is (89,194,172). Sum of RGB (Red+Green+Blue) = 89+194+172=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C2AC is #A63D53. Grayscale: #A0A0A0. Windows color (decimal): -10894676 or 11321945. OLE color: 11321945.
HSL color Cylindrical-coordinate representation of color #59C2AC: hue angle of 167.43º 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 #59C2AC is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 172 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.24 |
| HSL | 167.43º | 0.46% | 0.55% | - |
| HSV(B) | 167.43º | 0.54% | 0.76% | - |
| XYZ | 30.86 | 43.69 | 45.84 | - |
| YUV | 160.1 | 134.71 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 172 | 0.54 | 0 | 0.11 | 0.24 | 167.43 | 0.46 | 0.55 |
| Hex | 59 | C2 | AC | 36 | 0 | B | 18 | A7 | 2E | 37 |
| Octal | 131 | 302 | 254 | 66 | 0 | 13 | 30 | 247 | 56 | 67 |
| Binary | 1011001 | 11000010 | 10101100 | 110110 | 0 | 1011 | 11000 | 10100111 | 101110 | 110111 |
Color Harmonies of #59C2AC
Complementary color
Monochromatic Colors of #59C2AC
Black with #59C2AC
Text Example
Text Example
White with #59C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2AC; }
p { color: rgb(89,194,172); }
H1.HeaderClassName
{
color: #59C2AC;
}
.AnyTagClassName
{
color: #59C2AC;
}
</style>
background-color css
<style>
a { background-color: #59C2AC; }
a { background-color: rgb(89,194,172); }
div.DivClassName
{
background-color: #59C2AC;
}
.BgClassName
{
background-color: #59C2AC;
}
</style>
border-color css
<style>
span { border-color: #59C2AC; }
span { border-color: rgb(89,194,172); }
td.TdClassName
{
border-color: #59C2AC;
}
.TagClassName
{
border-color: #59C2AC;
}
</style>