Shades of Puerto Rico #59C2A5
Tints of Puerto Rico #59C2A5
RGB
CMYK
RGB Variations
Color information
#59C2A5 (or 0x59C2A5) is known color: Puerto Rico. HEX triplet: 59, C2 and A5. RGB value is (89,194,165). Sum of RGB (Red+Green+Blue) = 89+194+165=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C2A5 is #A63D5A. Grayscale: #9F9F9F. Windows color (decimal): -10894683 or 10863193. OLE color: 10863193.
HSL color Cylindrical-coordinate representation of color #59C2A5: hue angle of 163.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 #59C2A5 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 165 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.24 |
| HSL | 163.43º | 0.46% | 0.55% | - |
| HSV(B) | 163.43º | 0.54% | 0.76% | - |
| XYZ | 30.2 | 43.42 | 42.39 | - |
| YUV | 159.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 165 | 0.54 | 0 | 0.15 | 0.24 | 163.43 | 0.46 | 0.55 |
| Hex | 59 | C2 | A5 | 36 | 0 | F | 18 | A3 | 2E | 37 |
| Octal | 131 | 302 | 245 | 66 | 0 | 17 | 30 | 243 | 56 | 67 |
| Binary | 1011001 | 11000010 | 10100101 | 110110 | 0 | 1111 | 11000 | 10100011 | 101110 | 110111 |
Color Harmonies of #59C2A5
Complementary color
Monochromatic Colors of #59C2A5
Black with #59C2A5
Text Example
Text Example
White with #59C2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2A5; }
p { color: rgb(89,194,165); }
H1.HeaderClassName
{
color: #59C2A5;
}
.AnyTagClassName
{
color: #59C2A5;
}
</style>
background-color css
<style>
a { background-color: #59C2A5; }
a { background-color: rgb(89,194,165); }
div.DivClassName
{
background-color: #59C2A5;
}
.BgClassName
{
background-color: #59C2A5;
}
</style>
border-color css
<style>
span { border-color: #59C2A5; }
span { border-color: rgb(89,194,165); }
td.TdClassName
{
border-color: #59C2A5;
}
.TagClassName
{
border-color: #59C2A5;
}
</style>