Shades of Magic Mint #ADFED8
Tints of Magic Mint #ADFED8
RGB
CMYK
RGB Variations
Color information
#ADFED8 (or 0xADFED8) is known color: Magic Mint. HEX triplet: AD, FE and D8. RGB value is (173,254,216). Sum of RGB (Red+Green+Blue) = 173+254+216=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFED8 is #520127. Grayscale: #E1E1E1. Windows color (decimal): -5374248 or 14220973. OLE color: 14220973.
HSL color Cylindrical-coordinate representation of color #ADFED8: hue angle of 151.85º 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 #ADFED8 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 216 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.00 |
| HSL | 151.85º | 0.98% | 0.84% | - |
| HSV(B) | 151.85º | 0.32% | 1% | - |
| XYZ | 65.07 | 84.73 | 77.89 | - |
| YUV | 225.45 | 122.66 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 216 | 0.32 | 0 | 0.15 | 0.00 | 151.85 | 0.98 | 0.84 |
| Hex | AD | FE | D8 | 20 | 0 | F | 0 | 98 | 62 | 54 |
| Octal | 255 | 376 | 330 | 40 | 0 | 17 | 0 | 230 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11011000 | 100000 | 0 | 1111 | 0 | 10011000 | 1100010 | 1010100 |
Color Harmonies of #ADFED8
Complementary color
Monochromatic Colors of #ADFED8
Black with #ADFED8
Text Example
Text Example
White with #ADFED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFED8; }
p { color: rgb(173,254,216); }
H1.HeaderClassName
{
color: #ADFED8;
}
.AnyTagClassName
{
color: #ADFED8;
}
</style>
background-color css
<style>
a { background-color: #ADFED8; }
a { background-color: rgb(173,254,216); }
div.DivClassName
{
background-color: #ADFED8;
}
.BgClassName
{
background-color: #ADFED8;
}
</style>
border-color css
<style>
span { border-color: #ADFED8; }
span { border-color: rgb(173,254,216); }
td.TdClassName
{
border-color: #ADFED8;
}
.TagClassName
{
border-color: #ADFED8;
}
</style>