Shades of Magic Mint #ADFFD0
Tints of Magic Mint #ADFFD0
RGB
CMYK
RGB Variations
Color information
#ADFFD0 (or 0xADFFD0) is known color: Magic Mint. HEX triplet: AD, FF and D0. RGB value is (173,255,208). Sum of RGB (Red+Green+Blue) = 173+255+208=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFD0 is #52002F. Grayscale: #E1E1E1. Windows color (decimal): -5374000 or 13696941. OLE color: 13696941.
HSL color Cylindrical-coordinate representation of color #ADFFD0: hue angle of 145.61º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFD0 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 208 | - |
| CMYK | 0.32 | 0 | 0.18 | 0 |
| HSL | 145.61º | 1% | 0.84% | - |
| HSV(B) | 145.61º | 0.32% | 1% | - |
| XYZ | 64.38 | 84.96 | 72.68 | - |
| YUV | 225.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 208 | 0.32 | 0 | 0.18 | 0 | 145.61 | 1 | 0.84 |
| Hex | AD | FF | D0 | 20 | 0 | 12 | 0 | 92 | 64 | 54 |
| Octal | 255 | 377 | 320 | 40 | 0 | 22 | 0 | 222 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11010000 | 100000 | 0 | 10010 | 0 | 10010010 | 1100100 | 1010100 |
Color Harmonies of #ADFFD0
Complementary color
Monochromatic Colors of #ADFFD0
Black with #ADFFD0
Text Example
Text Example
White with #ADFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFD0; }
p { color: rgb(173,255,208); }
H1.HeaderClassName
{
color: #ADFFD0;
}
.AnyTagClassName
{
color: #ADFFD0;
}
</style>
background-color css
<style>
a { background-color: #ADFFD0; }
a { background-color: rgb(173,255,208); }
div.DivClassName
{
background-color: #ADFFD0;
}
.BgClassName
{
background-color: #ADFFD0;
}
</style>
border-color css
<style>
span { border-color: #ADFFD0; }
span { border-color: rgb(173,255,208); }
td.TdClassName
{
border-color: #ADFFD0;
}
.TagClassName
{
border-color: #ADFFD0;
}
</style>