Shades of Magic Mint #ADFED0
Tints of Magic Mint #ADFED0
RGB
CMYK
RGB Variations
Color information
#ADFED0 (or 0xADFED0) is known color: Magic Mint. HEX triplet: AD, FE and D0. RGB value is (173,254,208). Sum of RGB (Red+Green+Blue) = 173+254+208=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFED0 is #52012F. Grayscale: #E0E0E0. Windows color (decimal): -5374256 or 13696685. OLE color: 13696685.
HSL color Cylindrical-coordinate representation of color #ADFED0: hue angle of 145.93º 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 #ADFED0 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 208 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.00 |
| HSL | 145.93º | 0.98% | 0.84% | - |
| HSV(B) | 145.93º | 0.32% | 1% | - |
| XYZ | 64.06 | 84.32 | 72.57 | - |
| YUV | 224.54 | 118.66 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 208 | 0.32 | 0 | 0.18 | 0.00 | 145.93 | 0.98 | 0.84 |
| Hex | AD | FE | D0 | 20 | 0 | 12 | 0 | 92 | 62 | 54 |
| Octal | 255 | 376 | 320 | 40 | 0 | 22 | 0 | 222 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11010000 | 100000 | 0 | 10010 | 0 | 10010010 | 1100010 | 1010100 |
Color Harmonies of #ADFED0
Complementary color
Monochromatic Colors of #ADFED0
Black with #ADFED0
Text Example
Text Example
White with #ADFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFED0; }
p { color: rgb(173,254,208); }
H1.HeaderClassName
{
color: #ADFED0;
}
.AnyTagClassName
{
color: #ADFED0;
}
</style>
background-color css
<style>
a { background-color: #ADFED0; }
a { background-color: rgb(173,254,208); }
div.DivClassName
{
background-color: #ADFED0;
}
.BgClassName
{
background-color: #ADFED0;
}
</style>
border-color css
<style>
span { border-color: #ADFED0; }
span { border-color: rgb(173,254,208); }
td.TdClassName
{
border-color: #ADFED0;
}
.TagClassName
{
border-color: #ADFED0;
}
</style>