Shades of Magic Mint #ADF1D9
Tints of Magic Mint #ADF1D9
RGB
CMYK
RGB Variations
Color information
#ADF1D9 (or 0xADF1D9) is known color: Magic Mint. HEX triplet: AD, F1 and D9. RGB value is (173,241,217). Sum of RGB (Red+Green+Blue) = 173+241+217=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1D9 is #520E26. Grayscale: #D9D9D9. Windows color (decimal): -5377575 or 14283181. OLE color: 14283181.
HSL color Cylindrical-coordinate representation of color #ADF1D9: hue angle of 158.82º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1D9 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 217 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.05 |
| HSL | 158.82º | 0.71% | 0.81% | - |
| HSV(B) | 158.82º | 0.28% | 0.95% | - |
| XYZ | 61.21 | 76.8 | 77.24 | - |
| YUV | 217.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 217 | 0.28 | 0 | 0.10 | 0.05 | 158.82 | 0.71 | 0.81 |
| Hex | AD | F1 | D9 | 1C | 0 | A | 5 | 9F | 47 | 51 |
| Octal | 255 | 361 | 331 | 34 | 0 | 12 | 5 | 237 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11011001 | 11100 | 0 | 1010 | 101 | 10011111 | 1000111 | 1010001 |
Color Harmonies of #ADF1D9
Complementary color
Monochromatic Colors of #ADF1D9
Black with #ADF1D9
Text Example
Text Example
White with #ADF1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1D9; }
p { color: rgb(173,241,217); }
H1.HeaderClassName
{
color: #ADF1D9;
}
.AnyTagClassName
{
color: #ADF1D9;
}
</style>
background-color css
<style>
a { background-color: #ADF1D9; }
a { background-color: rgb(173,241,217); }
div.DivClassName
{
background-color: #ADF1D9;
}
.BgClassName
{
background-color: #ADF1D9;
}
</style>
border-color css
<style>
span { border-color: #ADF1D9; }
span { border-color: rgb(173,241,217); }
td.TdClassName
{
border-color: #ADF1D9;
}
.TagClassName
{
border-color: #ADF1D9;
}
</style>