Shades of Mint Green #85FFAB
Tints of Mint Green #85FFAB
RGB
CMYK
RGB Variations
Color information
#85FFAB (or 0x85FFAB) is known color: Mint Green. HEX triplet: 85, FF and AB. RGB value is (133,255,171). Sum of RGB (Red+Green+Blue) = 133+255+171=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FFAB is #7A0054. Grayscale: #D1D1D1. Windows color (decimal): -7995477 or 11272069. OLE color: 11272069.
HSL color Cylindrical-coordinate representation of color #85FFAB: hue angle of 138.69º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFAB is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 171 | - |
| CMYK | 0.48 | 0 | 0.33 | 0 |
| HSL | 138.69º | 1% | 0.76% | - |
| HSV(B) | 138.69º | 0.48% | 1% | - |
| XYZ | 52.78 | 79.45 | 51.08 | - |
| YUV | 208.95 | 106.58 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 171 | 0.48 | 0 | 0.33 | 0 | 138.69 | 1 | 0.76 |
| Hex | 85 | FF | AB | 30 | 0 | 21 | 0 | 8B | 64 | 4C |
| Octal | 205 | 377 | 253 | 60 | 0 | 41 | 0 | 213 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10101011 | 110000 | 0 | 100001 | 0 | 10001011 | 1100100 | 1001100 |
Color Harmonies of #85FFAB
Complementary color
Monochromatic Colors of #85FFAB
Black with #85FFAB
Text Example
Text Example
White with #85FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFAB; }
p { color: rgb(133,255,171); }
H1.HeaderClassName
{
color: #85FFAB;
}
.AnyTagClassName
{
color: #85FFAB;
}
</style>
background-color css
<style>
a { background-color: #85FFAB; }
a { background-color: rgb(133,255,171); }
div.DivClassName
{
background-color: #85FFAB;
}
.BgClassName
{
background-color: #85FFAB;
}
</style>
border-color css
<style>
span { border-color: #85FFAB; }
span { border-color: rgb(133,255,171); }
td.TdClassName
{
border-color: #85FFAB;
}
.TagClassName
{
border-color: #85FFAB;
}
</style>