Shades of Mint Green #99FFAA
Tints of Mint Green #99FFAA
RGB
CMYK
RGB Variations
Color information
#99FFAA (or 0x99FFAA) is known color: Mint Green. HEX triplet: 99, FF and AA. RGB value is (153,255,170). Sum of RGB (Red+Green+Blue) = 153+255+170=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99FFAA is #660055. Grayscale: #D7D7D7. Windows color (decimal): -6684758 or 11206553. OLE color: 11206553.
HSL color Cylindrical-coordinate representation of color #99FFAA: hue angle of 130º 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 #99FFAA is Cyan = 0.4, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 170 | - |
| CMYK | 0.4 | 0 | 0.33 | 0 |
| HSL | 130º | 1% | 0.8% | - |
| HSV(B) | 130º | 0.4% | 1% | - |
| XYZ | 56.15 | 81.19 | 50.74 | - |
| YUV | 214.81 | 102.71 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 170 | 0.4 | 0 | 0.33 | 0 | 130 | 1 | 0.8 |
| Hex | 99 | FF | AA | 28 | 0 | 21 | 0 | 82 | 64 | 50 |
| Octal | 231 | 377 | 252 | 50 | 0 | 41 | 0 | 202 | 144 | 120 |
| Binary | 10011001 | 11111111 | 10101010 | 101000 | 0 | 100001 | 0 | 10000010 | 1100100 | 1010000 |
Color Harmonies of #99FFAA
Complementary color
Monochromatic Colors of #99FFAA
Black with #99FFAA
Text Example
Text Example
White with #99FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFAA; }
p { color: rgb(153,255,170); }
H1.HeaderClassName
{
color: #99FFAA;
}
.AnyTagClassName
{
color: #99FFAA;
}
</style>
background-color css
<style>
a { background-color: #99FFAA; }
a { background-color: rgb(153,255,170); }
div.DivClassName
{
background-color: #99FFAA;
}
.BgClassName
{
background-color: #99FFAA;
}
</style>
border-color css
<style>
span { border-color: #99FFAA; }
span { border-color: rgb(153,255,170); }
td.TdClassName
{
border-color: #99FFAA;
}
.TagClassName
{
border-color: #99FFAA;
}
</style>