Shades of Mint Green #98FFAE
Tints of Mint Green #98FFAE
RGB
CMYK
RGB Variations
Color information
#98FFAE (or 0x98FFAE) is known color: Mint Green. HEX triplet: 98, FF and AE. RGB value is (152,255,174). Sum of RGB (Red+Green+Blue) = 152+255+174=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FFAE is #670051. Grayscale: #D7D7D7. Windows color (decimal): -6750290 or 11468696. OLE color: 11468696.
HSL color Cylindrical-coordinate representation of color #98FFAE: hue angle of 132.82º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FFAE is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 174 | - |
| CMYK | 0.40 | 0 | 0.32 | 0 |
| HSL | 132.82º | 1% | 0.8% | - |
| HSV(B) | 132.82º | 0.4% | 1% | - |
| XYZ | 56.35 | 81.25 | 52.76 | - |
| YUV | 214.97 | 104.88 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 174 | 0.40 | 0 | 0.32 | 0 | 132.82 | 1 | 0.8 |
| Hex | 98 | FF | AE | 28 | 0 | 20 | 0 | 85 | 64 | 50 |
| Octal | 230 | 377 | 256 | 50 | 0 | 40 | 0 | 205 | 144 | 120 |
| Binary | 10011000 | 11111111 | 10101110 | 101000 | 0 | 100000 | 0 | 10000101 | 1100100 | 1010000 |
Color Harmonies of #98FFAE
Complementary color
Monochromatic Colors of #98FFAE
Black with #98FFAE
Text Example
Text Example
White with #98FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFAE; }
p { color: rgb(152,255,174); }
H1.HeaderClassName
{
color: #98FFAE;
}
.AnyTagClassName
{
color: #98FFAE;
}
</style>
background-color css
<style>
a { background-color: #98FFAE; }
a { background-color: rgb(152,255,174); }
div.DivClassName
{
background-color: #98FFAE;
}
.BgClassName
{
background-color: #98FFAE;
}
</style>
border-color css
<style>
span { border-color: #98FFAE; }
span { border-color: rgb(152,255,174); }
td.TdClassName
{
border-color: #98FFAE;
}
.TagClassName
{
border-color: #98FFAE;
}
</style>