Shades of Magic Mint #ADFED1
Tints of Magic Mint #ADFED1
RGB
CMYK
RGB Variations
Color information
#ADFED1 (or 0xADFED1) is known color: Magic Mint. HEX triplet: AD, FE and D1. RGB value is (173,254,209). Sum of RGB (Red+Green+Blue) = 173+254+209=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFED1 is #52012E. Grayscale: #E0E0E0. Windows color (decimal): -5374255 or 13762221. OLE color: 13762221.
HSL color Cylindrical-coordinate representation of color #ADFED1: hue angle of 146.67º 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 #ADFED1 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 209 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.00 |
| HSL | 146.67º | 0.98% | 0.84% | - |
| HSV(B) | 146.67º | 0.32% | 1% | - |
| XYZ | 64.18 | 84.37 | 73.22 | - |
| YUV | 224.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 209 | 0.32 | 0 | 0.18 | 0.00 | 146.67 | 0.98 | 0.84 |
| Hex | AD | FE | D1 | 20 | 0 | 12 | 0 | 93 | 62 | 54 |
| Octal | 255 | 376 | 321 | 40 | 0 | 22 | 0 | 223 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11010001 | 100000 | 0 | 10010 | 0 | 10010011 | 1100010 | 1010100 |
Color Harmonies of #ADFED1
Complementary color
Monochromatic Colors of #ADFED1
Black with #ADFED1
Text Example
Text Example
White with #ADFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFED1; }
p { color: rgb(173,254,209); }
H1.HeaderClassName
{
color: #ADFED1;
}
.AnyTagClassName
{
color: #ADFED1;
}
</style>
background-color css
<style>
a { background-color: #ADFED1; }
a { background-color: rgb(173,254,209); }
div.DivClassName
{
background-color: #ADFED1;
}
.BgClassName
{
background-color: #ADFED1;
}
</style>
border-color css
<style>
span { border-color: #ADFED1; }
span { border-color: rgb(173,254,209); }
td.TdClassName
{
border-color: #ADFED1;
}
.TagClassName
{
border-color: #ADFED1;
}
</style>