Shades of Mint Green #88FFA0
Tints of Mint Green #88FFA0
RGB
CMYK
RGB Variations
Color information
#88FFA0 (or 0x88FFA0) is known color: Mint Green. HEX triplet: 88, FF and A0. RGB value is (136,255,160). Sum of RGB (Red+Green+Blue) = 136+255+160=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88FFA0 is #77005F. Grayscale: #D0D0D0. Windows color (decimal): -7798880 or 10551176. OLE color: 10551176.
HSL color Cylindrical-coordinate representation of color #88FFA0: hue angle of 132.1º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FFA0 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 160 | - |
| CMYK | 0.47 | 0 | 0.37 | 0 |
| HSL | 132.1º | 1% | 0.77% | - |
| HSV(B) | 132.1º | 0.47% | 1% | - |
| XYZ | 52.26 | 79.29 | 45.81 | - |
| YUV | 208.59 | 100.58 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 160 | 0.47 | 0 | 0.37 | 0 | 132.1 | 1 | 0.77 |
| Hex | 88 | FF | A0 | 2F | 0 | 25 | 0 | 84 | 64 | 4D |
| Octal | 210 | 377 | 240 | 57 | 0 | 45 | 0 | 204 | 144 | 115 |
| Binary | 10001000 | 11111111 | 10100000 | 101111 | 0 | 100101 | 0 | 10000100 | 1100100 | 1001101 |
Color Harmonies of #88FFA0
Complementary color
Monochromatic Colors of #88FFA0
Black with #88FFA0
Text Example
Text Example
White with #88FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFA0; }
p { color: rgb(136,255,160); }
H1.HeaderClassName
{
color: #88FFA0;
}
.AnyTagClassName
{
color: #88FFA0;
}
</style>
background-color css
<style>
a { background-color: #88FFA0; }
a { background-color: rgb(136,255,160); }
div.DivClassName
{
background-color: #88FFA0;
}
.BgClassName
{
background-color: #88FFA0;
}
</style>
border-color css
<style>
span { border-color: #88FFA0; }
span { border-color: rgb(136,255,160); }
td.TdClassName
{
border-color: #88FFA0;
}
.TagClassName
{
border-color: #88FFA0;
}
</style>