Shades of Magic Mint #ADF1D8
Tints of Magic Mint #ADF1D8
RGB
CMYK
RGB Variations
Color information
#ADF1D8 (or 0xADF1D8) is known color: Magic Mint. HEX triplet: AD, F1 and D8. RGB value is (173,241,216). Sum of RGB (Red+Green+Blue) = 173+241+216=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1D8 is #520E27. Grayscale: #D9D9D9. Windows color (decimal): -5377576 or 14217645. OLE color: 14217645.
HSL color Cylindrical-coordinate representation of color #ADF1D8: hue angle of 157.94º 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 #ADF1D8 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 216 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.05 |
| HSL | 157.94º | 0.71% | 0.81% | - |
| HSV(B) | 157.94º | 0.28% | 0.95% | - |
| XYZ | 61.08 | 76.75 | 76.56 | - |
| YUV | 217.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 216 | 0.28 | 0 | 0.10 | 0.05 | 157.94 | 0.71 | 0.81 |
| Hex | AD | F1 | D8 | 1C | 0 | A | 5 | 9E | 47 | 51 |
| Octal | 255 | 361 | 330 | 34 | 0 | 12 | 5 | 236 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11011000 | 11100 | 0 | 1010 | 101 | 10011110 | 1000111 | 1010001 |
Color Harmonies of #ADF1D8
Complementary color
Monochromatic Colors of #ADF1D8
Black with #ADF1D8
Text Example
Text Example
White with #ADF1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1D8; }
p { color: rgb(173,241,216); }
H1.HeaderClassName
{
color: #ADF1D8;
}
.AnyTagClassName
{
color: #ADF1D8;
}
</style>
background-color css
<style>
a { background-color: #ADF1D8; }
a { background-color: rgb(173,241,216); }
div.DivClassName
{
background-color: #ADF1D8;
}
.BgClassName
{
background-color: #ADF1D8;
}
</style>
border-color css
<style>
span { border-color: #ADF1D8; }
span { border-color: rgb(173,241,216); }
td.TdClassName
{
border-color: #ADF1D8;
}
.TagClassName
{
border-color: #ADF1D8;
}
</style>