Shades of Mint Green #96FFAF
Tints of Mint Green #96FFAF
RGB
CMYK
RGB Variations
Color information
#96FFAF (or 0x96FFAF) is known color: Mint Green. HEX triplet: 96, FF and AF. RGB value is (150,255,175). Sum of RGB (Red+Green+Blue) = 150+255+175=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FFAF is #690050. Grayscale: #D6D6D6. Windows color (decimal): -6881361 or 11534230. OLE color: 11534230.
HSL color Cylindrical-coordinate representation of color #96FFAF: hue angle of 134.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFAF is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 175 | - |
| CMYK | 0.41 | 0 | 0.31 | 0 |
| HSL | 134.29º | 1% | 0.79% | - |
| HSV(B) | 134.29º | 0.41% | 1% | - |
| XYZ | 56.08 | 81.1 | 53.26 | - |
| YUV | 214.49 | 105.71 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 175 | 0.41 | 0 | 0.31 | 0 | 134.29 | 1 | 0.79 |
| Hex | 96 | FF | AF | 29 | 0 | 1F | 0 | 86 | 64 | 4F |
| Octal | 226 | 377 | 257 | 51 | 0 | 37 | 0 | 206 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10101111 | 101001 | 0 | 11111 | 0 | 10000110 | 1100100 | 1001111 |
Color Harmonies of #96FFAF
Complementary color
Monochromatic Colors of #96FFAF
Black with #96FFAF
Text Example
Text Example
White with #96FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFAF; }
p { color: rgb(150,255,175); }
H1.HeaderClassName
{
color: #96FFAF;
}
.AnyTagClassName
{
color: #96FFAF;
}
</style>
background-color css
<style>
a { background-color: #96FFAF; }
a { background-color: rgb(150,255,175); }
div.DivClassName
{
background-color: #96FFAF;
}
.BgClassName
{
background-color: #96FFAF;
}
</style>
border-color css
<style>
span { border-color: #96FFAF; }
span { border-color: rgb(150,255,175); }
td.TdClassName
{
border-color: #96FFAF;
}
.TagClassName
{
border-color: #96FFAF;
}
</style>