Shades of Magic Mint #ADFEE0
Tints of Magic Mint #ADFEE0
RGB
CMYK
RGB Variations
Color information
#ADFEE0 (or 0xADFEE0) is known color: Magic Mint. HEX triplet: AD, FE and E0. RGB value is (173,254,224). Sum of RGB (Red+Green+Blue) = 173+254+224=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFEE0 is #52011F. Grayscale: #E2E2E2. Windows color (decimal): -5374240 or 14745261. OLE color: 14745261.
HSL color Cylindrical-coordinate representation of color #ADFEE0: hue angle of 157.78º 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 #ADFEE0 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 224 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.00 |
| HSL | 157.78º | 0.98% | 0.84% | - |
| HSV(B) | 157.78º | 0.32% | 1% | - |
| XYZ | 66.13 | 85.15 | 83.47 | - |
| YUV | 226.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 224 | 0.32 | 0 | 0.12 | 0.00 | 157.78 | 0.98 | 0.84 |
| Hex | AD | FE | E0 | 20 | 0 | C | 0 | 9E | 62 | 54 |
| Octal | 255 | 376 | 340 | 40 | 0 | 14 | 0 | 236 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11100000 | 100000 | 0 | 1100 | 0 | 10011110 | 1100010 | 1010100 |
Color Harmonies of #ADFEE0
Complementary color
Monochromatic Colors of #ADFEE0
Black with #ADFEE0
Text Example
Text Example
White with #ADFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEE0; }
p { color: rgb(173,254,224); }
H1.HeaderClassName
{
color: #ADFEE0;
}
.AnyTagClassName
{
color: #ADFEE0;
}
</style>
background-color css
<style>
a { background-color: #ADFEE0; }
a { background-color: rgb(173,254,224); }
div.DivClassName
{
background-color: #ADFEE0;
}
.BgClassName
{
background-color: #ADFEE0;
}
</style>
border-color css
<style>
span { border-color: #ADFEE0; }
span { border-color: rgb(173,254,224); }
td.TdClassName
{
border-color: #ADFEE0;
}
.TagClassName
{
border-color: #ADFEE0;
}
</style>