Shades of Mint Green #8DFDAF
Tints of Mint Green #8DFDAF
RGB
CMYK
RGB Variations
Color information
#8DFDAF (or 0x8DFDAF) is known color: Mint Green. HEX triplet: 8D, FD and AF. RGB value is (141,253,175). Sum of RGB (Red+Green+Blue) = 141+253+175=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFDAF is #720250. Grayscale: #D2D2D2. Windows color (decimal): -7471697 or 11533709. OLE color: 11533709.
HSL color Cylindrical-coordinate representation of color #8DFDAF: hue angle of 138.21º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFDAF is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 253 | 175 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.01 |
| HSL | 138.21º | 0.97% | 0.77% | - |
| HSV(B) | 138.21º | 0.44% | 0.99% | - |
| XYZ | 53.85 | 79.01 | 52.97 | - |
| YUV | 210.62 | 107.89 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 253 | 175 | 0.44 | 0 | 0.31 | 0.01 | 138.21 | 0.97 | 0.77 |
| Hex | 8D | FD | AF | 2C | 0 | 1F | 1 | 8A | 61 | 4D |
| Octal | 215 | 375 | 257 | 54 | 0 | 37 | 1 | 212 | 141 | 115 |
| Binary | 10001101 | 11111101 | 10101111 | 101100 | 0 | 11111 | 1 | 10001010 | 1100001 | 1001101 |
Color Harmonies of #8DFDAF
Complementary color
Monochromatic Colors of #8DFDAF
Black with #8DFDAF
Text Example
Text Example
White with #8DFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFDAF; }
p { color: rgb(141,253,175); }
H1.HeaderClassName
{
color: #8DFDAF;
}
.AnyTagClassName
{
color: #8DFDAF;
}
</style>
background-color css
<style>
a { background-color: #8DFDAF; }
a { background-color: rgb(141,253,175); }
div.DivClassName
{
background-color: #8DFDAF;
}
.BgClassName
{
background-color: #8DFDAF;
}
</style>
border-color css
<style>
span { border-color: #8DFDAF; }
span { border-color: rgb(141,253,175); }
td.TdClassName
{
border-color: #8DFDAF;
}
.TagClassName
{
border-color: #8DFDAF;
}
</style>