Shades of Magic Mint #ADFEC7
Tints of Magic Mint #ADFEC7
RGB
CMYK
RGB Variations
Color information
#ADFEC7 (or 0xADFEC7) is known color: Magic Mint. HEX triplet: AD, FE and C7. RGB value is (173,254,199). Sum of RGB (Red+Green+Blue) = 173+254+199=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFEC7 is #520138. Grayscale: #DFDFDF. Windows color (decimal): -5374265 or 13106861. OLE color: 13106861.
HSL color Cylindrical-coordinate representation of color #ADFEC7: hue angle of 139.26º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEC7 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 199 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.00 |
| HSL | 139.26º | 0.98% | 0.84% | - |
| HSV(B) | 139.26º | 0.32% | 1% | - |
| XYZ | 62.98 | 83.89 | 66.91 | - |
| YUV | 223.51 | 114.16 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 199 | 0.32 | 0 | 0.22 | 0.00 | 139.26 | 0.98 | 0.84 |
| Hex | AD | FE | C7 | 20 | 0 | 16 | 0 | 8B | 62 | 54 |
| Octal | 255 | 376 | 307 | 40 | 0 | 26 | 0 | 213 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11000111 | 100000 | 0 | 10110 | 0 | 10001011 | 1100010 | 1010100 |
Color Harmonies of #ADFEC7
Complementary color
Monochromatic Colors of #ADFEC7
Black with #ADFEC7
Text Example
Text Example
White with #ADFEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEC7; }
p { color: rgb(173,254,199); }
H1.HeaderClassName
{
color: #ADFEC7;
}
.AnyTagClassName
{
color: #ADFEC7;
}
</style>
background-color css
<style>
a { background-color: #ADFEC7; }
a { background-color: rgb(173,254,199); }
div.DivClassName
{
background-color: #ADFEC7;
}
.BgClassName
{
background-color: #ADFEC7;
}
</style>
border-color css
<style>
span { border-color: #ADFEC7; }
span { border-color: rgb(173,254,199); }
td.TdClassName
{
border-color: #ADFEC7;
}
.TagClassName
{
border-color: #ADFEC7;
}
</style>