Shades of Mint Green #85FFAC
Tints of Mint Green #85FFAC
RGB
CMYK
RGB Variations
Color information
#85FFAC (or 0x85FFAC) is known color: Mint Green. HEX triplet: 85, FF and AC. RGB value is (133,255,172). Sum of RGB (Red+Green+Blue) = 133+255+172=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FFAC is #7A0053. Grayscale: #D1D1D1. Windows color (decimal): -7995476 or 11337605. OLE color: 11337605.
HSL color Cylindrical-coordinate representation of color #85FFAC: hue angle of 139.18º 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 #85FFAC is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 172 | - |
| CMYK | 0.48 | 0 | 0.33 | 0 |
| HSL | 139.18º | 1% | 0.76% | - |
| HSV(B) | 139.18º | 0.48% | 1% | - |
| XYZ | 52.88 | 79.49 | 51.58 | - |
| YUV | 209.06 | 107.08 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 172 | 0.48 | 0 | 0.33 | 0 | 139.18 | 1 | 0.76 |
| Hex | 85 | FF | AC | 30 | 0 | 21 | 0 | 8B | 64 | 4C |
| Octal | 205 | 377 | 254 | 60 | 0 | 41 | 0 | 213 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10101100 | 110000 | 0 | 100001 | 0 | 10001011 | 1100100 | 1001100 |
Color Harmonies of #85FFAC
Complementary color
Monochromatic Colors of #85FFAC
Black with #85FFAC
Text Example
Text Example
White with #85FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFAC; }
p { color: rgb(133,255,172); }
H1.HeaderClassName
{
color: #85FFAC;
}
.AnyTagClassName
{
color: #85FFAC;
}
</style>
background-color css
<style>
a { background-color: #85FFAC; }
a { background-color: rgb(133,255,172); }
div.DivClassName
{
background-color: #85FFAC;
}
.BgClassName
{
background-color: #85FFAC;
}
</style>
border-color css
<style>
span { border-color: #85FFAC; }
span { border-color: rgb(133,255,172); }
td.TdClassName
{
border-color: #85FFAC;
}
.TagClassName
{
border-color: #85FFAC;
}
</style>