Shades of Mint Green #88FFB0
Tints of Mint Green #88FFB0
RGB
CMYK
RGB Variations
Color information
#88FFB0 (or 0x88FFB0) is known color: Mint Green. HEX triplet: 88, FF and B0. RGB value is (136,255,176). Sum of RGB (Red+Green+Blue) = 136+255+176=567 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.99% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88FFB0 is #77004F. Grayscale: #D2D2D2. Windows color (decimal): -7798864 or 11599752. OLE color: 11599752.
HSL color Cylindrical-coordinate representation of color #88FFB0: hue angle of 140.17º 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 #88FFB0 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 176 | - |
| CMYK | 0.47 | 0 | 0.31 | 0 |
| HSL | 140.17º | 1% | 0.77% | - |
| HSV(B) | 140.17º | 0.47% | 1% | - |
| XYZ | 53.75 | 79.89 | 53.66 | - |
| YUV | 210.41 | 108.58 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 176 | 0.47 | 0 | 0.31 | 0 | 140.17 | 1 | 0.77 |
| Hex | 88 | FF | B0 | 2F | 0 | 1F | 0 | 8C | 64 | 4D |
| Octal | 210 | 377 | 260 | 57 | 0 | 37 | 0 | 214 | 144 | 115 |
| Binary | 10001000 | 11111111 | 10110000 | 101111 | 0 | 11111 | 0 | 10001100 | 1100100 | 1001101 |
Color Harmonies of #88FFB0
Complementary color
Monochromatic Colors of #88FFB0
Black with #88FFB0
Text Example
Text Example
White with #88FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFB0; }
p { color: rgb(136,255,176); }
H1.HeaderClassName
{
color: #88FFB0;
}
.AnyTagClassName
{
color: #88FFB0;
}
</style>
background-color css
<style>
a { background-color: #88FFB0; }
a { background-color: rgb(136,255,176); }
div.DivClassName
{
background-color: #88FFB0;
}
.BgClassName
{
background-color: #88FFB0;
}
</style>
border-color css
<style>
span { border-color: #88FFB0; }
span { border-color: rgb(136,255,176); }
td.TdClassName
{
border-color: #88FFB0;
}
.TagClassName
{
border-color: #88FFB0;
}
</style>