Shades of Mint Green #94FFAB
Tints of Mint Green #94FFAB
RGB
CMYK
RGB Variations
Color information
#94FFAB (or 0x94FFAB) is known color: Mint Green. HEX triplet: 94, FF and AB. RGB value is (148,255,171). Sum of RGB (Red+Green+Blue) = 148+255+171=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FFAB is #6B0054. Grayscale: #D5D5D5. Windows color (decimal): -7012437 or 11272084. OLE color: 11272084.
HSL color Cylindrical-coordinate representation of color #94FFAB: hue angle of 132.9º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FFAB is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 171 | - |
| CMYK | 0.42 | 0 | 0.33 | 0 |
| HSL | 132.9º | 1% | 0.79% | - |
| HSV(B) | 132.9º | 0.42% | 1% | - |
| XYZ | 55.32 | 80.76 | 51.2 | - |
| YUV | 213.43 | 104.05 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 171 | 0.42 | 0 | 0.33 | 0 | 132.9 | 1 | 0.79 |
| Hex | 94 | FF | AB | 2A | 0 | 21 | 0 | 85 | 64 | 4F |
| Octal | 224 | 377 | 253 | 52 | 0 | 41 | 0 | 205 | 144 | 117 |
| Binary | 10010100 | 11111111 | 10101011 | 101010 | 0 | 100001 | 0 | 10000101 | 1100100 | 1001111 |
Color Harmonies of #94FFAB
Complementary color
Monochromatic Colors of #94FFAB
Black with #94FFAB
Text Example
Text Example
White with #94FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FFAB; }
p { color: rgb(148,255,171); }
H1.HeaderClassName
{
color: #94FFAB;
}
.AnyTagClassName
{
color: #94FFAB;
}
</style>
background-color css
<style>
a { background-color: #94FFAB; }
a { background-color: rgb(148,255,171); }
div.DivClassName
{
background-color: #94FFAB;
}
.BgClassName
{
background-color: #94FFAB;
}
</style>
border-color css
<style>
span { border-color: #94FFAB; }
span { border-color: rgb(148,255,171); }
td.TdClassName
{
border-color: #94FFAB;
}
.TagClassName
{
border-color: #94FFAB;
}
</style>