Shades of Mint Green #8AFDAA
Tints of Mint Green #8AFDAA
RGB
CMYK
RGB Variations
Color information
#8AFDAA (or 0x8AFDAA) is known color: Mint Green. HEX triplet: 8A, FD and AA. RGB value is (138,253,170). Sum of RGB (Red+Green+Blue) = 138+253+170=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFDAA is #750255. Grayscale: #D1D1D1. Windows color (decimal): -7668310 or 11206026. OLE color: 11206026.
HSL color Cylindrical-coordinate representation of color #8AFDAA: hue angle of 136.7º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFDAA is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 170 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.01 |
| HSL | 136.7º | 0.97% | 0.77% | - |
| HSV(B) | 136.7º | 0.45% | 0.99% | - |
| XYZ | 52.86 | 78.56 | 50.41 | - |
| YUV | 209.15 | 105.9 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 170 | 0.45 | 0 | 0.33 | 0.01 | 136.7 | 0.97 | 0.77 |
| Hex | 8A | FD | AA | 2D | 0 | 21 | 1 | 89 | 61 | 4D |
| Octal | 212 | 375 | 252 | 55 | 0 | 41 | 1 | 211 | 141 | 115 |
| Binary | 10001010 | 11111101 | 10101010 | 101101 | 0 | 100001 | 1 | 10001001 | 1100001 | 1001101 |
Color Harmonies of #8AFDAA
Complementary color
Monochromatic Colors of #8AFDAA
Black with #8AFDAA
Text Example
Text Example
White with #8AFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDAA; }
p { color: rgb(138,253,170); }
H1.HeaderClassName
{
color: #8AFDAA;
}
.AnyTagClassName
{
color: #8AFDAA;
}
</style>
background-color css
<style>
a { background-color: #8AFDAA; }
a { background-color: rgb(138,253,170); }
div.DivClassName
{
background-color: #8AFDAA;
}
.BgClassName
{
background-color: #8AFDAA;
}
</style>
border-color css
<style>
span { border-color: #8AFDAA; }
span { border-color: rgb(138,253,170); }
td.TdClassName
{
border-color: #8AFDAA;
}
.TagClassName
{
border-color: #8AFDAA;
}
</style>