Shades of Mint Green #8AFDAC
Tints of Mint Green #8AFDAC
RGB
CMYK
RGB Variations
Color information
#8AFDAC (or 0x8AFDAC) is known color: Mint Green. HEX triplet: 8A, FD and AC. RGB value is (138,253,172). Sum of RGB (Red+Green+Blue) = 138+253+172=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFDAC is #750253. Grayscale: #D1D1D1. Windows color (decimal): -7668308 or 11337098. OLE color: 11337098.
HSL color Cylindrical-coordinate representation of color #8AFDAC: hue angle of 137.74º 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 #8AFDAC is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 172 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.01 |
| HSL | 137.74º | 0.97% | 0.77% | - |
| HSV(B) | 137.74º | 0.45% | 0.99% | - |
| XYZ | 53.05 | 78.63 | 51.41 | - |
| YUV | 209.38 | 106.9 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 172 | 0.45 | 0 | 0.32 | 0.01 | 137.74 | 0.97 | 0.77 |
| Hex | 8A | FD | AC | 2D | 0 | 20 | 1 | 8A | 61 | 4D |
| Octal | 212 | 375 | 254 | 55 | 0 | 40 | 1 | 212 | 141 | 115 |
| Binary | 10001010 | 11111101 | 10101100 | 101101 | 0 | 100000 | 1 | 10001010 | 1100001 | 1001101 |
Color Harmonies of #8AFDAC
Complementary color
Monochromatic Colors of #8AFDAC
Black with #8AFDAC
Text Example
Text Example
White with #8AFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDAC; }
p { color: rgb(138,253,172); }
H1.HeaderClassName
{
color: #8AFDAC;
}
.AnyTagClassName
{
color: #8AFDAC;
}
</style>
background-color css
<style>
a { background-color: #8AFDAC; }
a { background-color: rgb(138,253,172); }
div.DivClassName
{
background-color: #8AFDAC;
}
.BgClassName
{
background-color: #8AFDAC;
}
</style>
border-color css
<style>
span { border-color: #8AFDAC; }
span { border-color: rgb(138,253,172); }
td.TdClassName
{
border-color: #8AFDAC;
}
.TagClassName
{
border-color: #8AFDAC;
}
</style>