Shades of Mint Green #85FDAC
Tints of Mint Green #85FDAC
RGB
CMYK
RGB Variations
Color information
#85FDAC (or 0x85FDAC) is known color: Mint Green. HEX triplet: 85, FD and AC. RGB value is (133,253,172). Sum of RGB (Red+Green+Blue) = 133+253+172=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FDAC is #7A0253. Grayscale: #D0D0D0. Windows color (decimal): -7995988 or 11337093. OLE color: 11337093.
HSL color Cylindrical-coordinate representation of color #85FDAC: hue angle of 139.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FDAC is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 253 | 172 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.01 |
| HSL | 139.5º | 0.97% | 0.76% | - |
| HSV(B) | 139.5º | 0.47% | 0.99% | - |
| XYZ | 52.24 | 78.22 | 51.37 | - |
| YUV | 207.89 | 107.74 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 253 | 172 | 0.47 | 0 | 0.32 | 0.01 | 139.5 | 0.97 | 0.76 |
| Hex | 85 | FD | AC | 2F | 0 | 20 | 1 | 8C | 61 | 4C |
| Octal | 205 | 375 | 254 | 57 | 0 | 40 | 1 | 214 | 141 | 114 |
| Binary | 10000101 | 11111101 | 10101100 | 101111 | 0 | 100000 | 1 | 10001100 | 1100001 | 1001100 |
Color Harmonies of #85FDAC
Complementary color
Monochromatic Colors of #85FDAC
Black with #85FDAC
Text Example
Text Example
White with #85FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FDAC; }
p { color: rgb(133,253,172); }
H1.HeaderClassName
{
color: #85FDAC;
}
.AnyTagClassName
{
color: #85FDAC;
}
</style>
background-color css
<style>
a { background-color: #85FDAC; }
a { background-color: rgb(133,253,172); }
div.DivClassName
{
background-color: #85FDAC;
}
.BgClassName
{
background-color: #85FDAC;
}
</style>
border-color css
<style>
span { border-color: #85FDAC; }
span { border-color: rgb(133,253,172); }
td.TdClassName
{
border-color: #85FDAC;
}
.TagClassName
{
border-color: #85FDAC;
}
</style>