Shades of Mint Green #97FFAA
Tints of Mint Green #97FFAA
RGB
CMYK
RGB Variations
Color information
#97FFAA (or 0x97FFAA) is known color: Mint Green. HEX triplet: 97, FF and AA. RGB value is (151,255,170). Sum of RGB (Red+Green+Blue) = 151+255+170=576 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.22% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FFAA is #680055. Grayscale: #D6D6D6. Windows color (decimal): -6815830 or 11206551. OLE color: 11206551.
HSL color Cylindrical-coordinate representation of color #97FFAA: hue angle of 130.96º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFAA is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 170 | - |
| CMYK | 0.41 | 0 | 0.33 | 0 |
| HSL | 130.96º | 1% | 0.8% | - |
| HSV(B) | 130.96º | 0.41% | 1% | - |
| XYZ | 55.78 | 81 | 50.73 | - |
| YUV | 214.21 | 103.04 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 170 | 0.41 | 0 | 0.33 | 0 | 130.96 | 1 | 0.8 |
| Hex | 97 | FF | AA | 29 | 0 | 21 | 0 | 83 | 64 | 50 |
| Octal | 227 | 377 | 252 | 51 | 0 | 41 | 0 | 203 | 144 | 120 |
| Binary | 10010111 | 11111111 | 10101010 | 101001 | 0 | 100001 | 0 | 10000011 | 1100100 | 1010000 |
Color Harmonies of #97FFAA
Complementary color
Monochromatic Colors of #97FFAA
Black with #97FFAA
Text Example
Text Example
White with #97FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFAA; }
p { color: rgb(151,255,170); }
H1.HeaderClassName
{
color: #97FFAA;
}
.AnyTagClassName
{
color: #97FFAA;
}
</style>
background-color css
<style>
a { background-color: #97FFAA; }
a { background-color: rgb(151,255,170); }
div.DivClassName
{
background-color: #97FFAA;
}
.BgClassName
{
background-color: #97FFAA;
}
</style>
border-color css
<style>
span { border-color: #97FFAA; }
span { border-color: rgb(151,255,170); }
td.TdClassName
{
border-color: #97FFAA;
}
.TagClassName
{
border-color: #97FFAA;
}
</style>