Shades of Mint Green #AAFFAF
Tints of Mint Green #AAFFAF
RGB
CMYK
RGB Variations
Color information
#AAFFAF (or 0xAAFFAF) is known color: Mint Green. HEX triplet: AA, FF and AF. RGB value is (170,255,175). Sum of RGB (Red+Green+Blue) = 170+255+175=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFFAF is #550050. Grayscale: #DCDCDC. Windows color (decimal): -5570641 or 11534250. OLE color: 11534250.
HSL color Cylindrical-coordinate representation of color #AAFFAF: hue angle of 123.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFAF is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 175 | - |
| CMYK | 0.33 | 0 | 0.31 | 0 |
| HSL | 123.53º | 1% | 0.83% | - |
| HSV(B) | 123.53º | 0.33% | 1% | - |
| XYZ | 60.08 | 83.16 | 53.44 | - |
| YUV | 220.47 | 102.34 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 175 | 0.33 | 0 | 0.31 | 0 | 123.53 | 1 | 0.83 |
| Hex | AA | FF | AF | 21 | 0 | 1F | 0 | 7C | 64 | 53 |
| Octal | 252 | 377 | 257 | 41 | 0 | 37 | 0 | 174 | 144 | 123 |
| Binary | 10101010 | 11111111 | 10101111 | 100001 | 0 | 11111 | 0 | 1111100 | 1100100 | 1010011 |
Color Harmonies of #AAFFAF
Complementary color
Monochromatic Colors of #AAFFAF
Black with #AAFFAF
Text Example
Text Example
White with #AAFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFAF; }
p { color: rgb(170,255,175); }
H1.HeaderClassName
{
color: #AAFFAF;
}
.AnyTagClassName
{
color: #AAFFAF;
}
</style>
background-color css
<style>
a { background-color: #AAFFAF; }
a { background-color: rgb(170,255,175); }
div.DivClassName
{
background-color: #AAFFAF;
}
.BgClassName
{
background-color: #AAFFAF;
}
</style>
border-color css
<style>
span { border-color: #AAFFAF; }
span { border-color: rgb(170,255,175); }
td.TdClassName
{
border-color: #AAFFAF;
}
.TagClassName
{
border-color: #AAFFAF;
}
</style>