Shades of Magic Mint #ADFED3
Tints of Magic Mint #ADFED3
RGB
CMYK
RGB Variations
Color information
#ADFED3 (or 0xADFED3) is known color: Magic Mint. HEX triplet: AD, FE and D3. RGB value is (173,254,211). Sum of RGB (Red+Green+Blue) = 173+254+211=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFED3 is #52012C. Grayscale: #E0E0E0. Windows color (decimal): -5374253 or 13893293. OLE color: 13893293.
HSL color Cylindrical-coordinate representation of color #ADFED3: hue angle of 148.15º 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 #ADFED3 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 211 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.00 |
| HSL | 148.15º | 0.98% | 0.84% | - |
| HSV(B) | 148.15º | 0.32% | 1% | - |
| XYZ | 64.43 | 84.47 | 74.54 | - |
| YUV | 224.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 211 | 0.32 | 0 | 0.17 | 0.00 | 148.15 | 0.98 | 0.84 |
| Hex | AD | FE | D3 | 20 | 0 | 11 | 0 | 94 | 62 | 54 |
| Octal | 255 | 376 | 323 | 40 | 0 | 21 | 0 | 224 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11010011 | 100000 | 0 | 10001 | 0 | 10010100 | 1100010 | 1010100 |
Color Harmonies of #ADFED3
Complementary color
Monochromatic Colors of #ADFED3
Black with #ADFED3
Text Example
Text Example
White with #ADFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFED3; }
p { color: rgb(173,254,211); }
H1.HeaderClassName
{
color: #ADFED3;
}
.AnyTagClassName
{
color: #ADFED3;
}
</style>
background-color css
<style>
a { background-color: #ADFED3; }
a { background-color: rgb(173,254,211); }
div.DivClassName
{
background-color: #ADFED3;
}
.BgClassName
{
background-color: #ADFED3;
}
</style>
border-color css
<style>
span { border-color: #ADFED3; }
span { border-color: rgb(173,254,211); }
td.TdClassName
{
border-color: #ADFED3;
}
.TagClassName
{
border-color: #ADFED3;
}
</style>