Shades of Puerto Rico #55C59F
Tints of Puerto Rico #55C59F
RGB
CMYK
RGB Variations
Color information
#55C59F (or 0x55C59F) is known color: Puerto Rico. HEX triplet: 55, C5 and 9F. RGB value is (85,197,159). Sum of RGB (Red+Green+Blue) = 85+197+159=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #55C59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C59F is #AA3A60. Grayscale: #9F9F9F. Windows color (decimal): -11156065 or 10470741. OLE color: 10470741.
HSL color Cylindrical-coordinate representation of color #55C59F: hue angle of 159.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C59F is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 159 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.23 |
| HSL | 159.64º | 0.49% | 0.55% | - |
| HSV(B) | 159.64º | 0.57% | 0.77% | - |
| XYZ | 29.97 | 44.37 | 39.78 | - |
| YUV | 159.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 159 | 0.57 | 0 | 0.19 | 0.23 | 159.64 | 0.49 | 0.55 |
| Hex | 55 | C5 | 9F | 39 | 0 | 13 | 17 | A0 | 31 | 37 |
| Octal | 125 | 305 | 237 | 71 | 0 | 23 | 27 | 240 | 61 | 67 |
| Binary | 1010101 | 11000101 | 10011111 | 111001 | 0 | 10011 | 10111 | 10100000 | 110001 | 110111 |
Color Harmonies of #55C59F
Complementary color
Monochromatic Colors of #55C59F
Black with #55C59F
Text Example
Text Example
White with #55C59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C59F; }
p { color: rgb(85,197,159); }
H1.HeaderClassName
{
color: #55C59F;
}
.AnyTagClassName
{
color: #55C59F;
}
</style>
background-color css
<style>
a { background-color: #55C59F; }
a { background-color: rgb(85,197,159); }
div.DivClassName
{
background-color: #55C59F;
}
.BgClassName
{
background-color: #55C59F;
}
</style>
border-color css
<style>
span { border-color: #55C59F; }
span { border-color: rgb(85,197,159); }
td.TdClassName
{
border-color: #55C59F;
}
.TagClassName
{
border-color: #55C59F;
}
</style>