Shades of Mint Green #99FFAF
Tints of Mint Green #99FFAF
RGB
CMYK
RGB Variations
Color information
#99FFAF (or 0x99FFAF) is known color: Mint Green. HEX triplet: 99, FF and AF. RGB value is (153,255,175). Sum of RGB (Red+Green+Blue) = 153+255+175=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99FFAF is #660050. Grayscale: #D7D7D7. Windows color (decimal): -6684753 or 11534233. OLE color: 11534233.
HSL color Cylindrical-coordinate representation of color #99FFAF: hue angle of 132.94º 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 #99FFAF is Cyan = 0.4, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 175 | - |
| CMYK | 0.4 | 0 | 0.31 | 0 |
| HSL | 132.94º | 1% | 0.8% | - |
| HSV(B) | 132.94º | 0.4% | 1% | - |
| XYZ | 56.63 | 81.39 | 53.28 | - |
| YUV | 215.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 175 | 0.4 | 0 | 0.31 | 0 | 132.94 | 1 | 0.8 |
| Hex | 99 | FF | AF | 28 | 0 | 1F | 0 | 85 | 64 | 50 |
| Octal | 231 | 377 | 257 | 50 | 0 | 37 | 0 | 205 | 144 | 120 |
| Binary | 10011001 | 11111111 | 10101111 | 101000 | 0 | 11111 | 0 | 10000101 | 1100100 | 1010000 |
Color Harmonies of #99FFAF
Complementary color
Monochromatic Colors of #99FFAF
Black with #99FFAF
Text Example
Text Example
White with #99FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFAF; }
p { color: rgb(153,255,175); }
H1.HeaderClassName
{
color: #99FFAF;
}
.AnyTagClassName
{
color: #99FFAF;
}
</style>
background-color css
<style>
a { background-color: #99FFAF; }
a { background-color: rgb(153,255,175); }
div.DivClassName
{
background-color: #99FFAF;
}
.BgClassName
{
background-color: #99FFAF;
}
</style>
border-color css
<style>
span { border-color: #99FFAF; }
span { border-color: rgb(153,255,175); }
td.TdClassName
{
border-color: #99FFAF;
}
.TagClassName
{
border-color: #99FFAF;
}
</style>