Shades of Puerto Rico #59C6A1
Tints of Puerto Rico #59C6A1
RGB
CMYK
RGB Variations
Color information
#59C6A1 (or 0x59C6A1) is known color: Puerto Rico. HEX triplet: 59, C6 and A1. RGB value is (89,198,161). Sum of RGB (Red+Green+Blue) = 89+198+161=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #59C6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C6A1 is #A6395E. Grayscale: #A1A1A1. Windows color (decimal): -10893663 or 10602073. OLE color: 10602073.
HSL color Cylindrical-coordinate representation of color #59C6A1: hue angle of 159.63º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C6A1 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 198 | 161 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.22 |
| HSL | 159.63º | 0.49% | 0.56% | - |
| HSV(B) | 159.63º | 0.55% | 0.78% | - |
| XYZ | 30.75 | 45.09 | 40.8 | - |
| YUV | 161.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 198 | 161 | 0.55 | 0 | 0.19 | 0.22 | 159.63 | 0.49 | 0.56 |
| Hex | 59 | C6 | A1 | 37 | 0 | 13 | 16 | A0 | 31 | 38 |
| Octal | 131 | 306 | 241 | 67 | 0 | 23 | 26 | 240 | 61 | 70 |
| Binary | 1011001 | 11000110 | 10100001 | 110111 | 0 | 10011 | 10110 | 10100000 | 110001 | 111000 |
Color Harmonies of #59C6A1
Complementary color
Monochromatic Colors of #59C6A1
Black with #59C6A1
Text Example
Text Example
White with #59C6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C6A1; }
p { color: rgb(89,198,161); }
H1.HeaderClassName
{
color: #59C6A1;
}
.AnyTagClassName
{
color: #59C6A1;
}
</style>
background-color css
<style>
a { background-color: #59C6A1; }
a { background-color: rgb(89,198,161); }
div.DivClassName
{
background-color: #59C6A1;
}
.BgClassName
{
background-color: #59C6A1;
}
</style>
border-color css
<style>
span { border-color: #59C6A1; }
span { border-color: rgb(89,198,161); }
td.TdClassName
{
border-color: #59C6A1;
}
.TagClassName
{
border-color: #59C6A1;
}
</style>