Shades of Magic Mint #ADF8D8
Tints of Magic Mint #ADF8D8
RGB
CMYK
RGB Variations
Color information
#ADF8D8 (or 0xADF8D8) is known color: Magic Mint. HEX triplet: AD, F8 and D8. RGB value is (173,248,216). Sum of RGB (Red+Green+Blue) = 173+248+216=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8D8 is #520727. Grayscale: #DDDDDD. Windows color (decimal): -5375784 or 14219437. OLE color: 14219437.
HSL color Cylindrical-coordinate representation of color #ADF8D8: hue angle of 154.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8D8 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 216 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.03 |
| HSL | 154.4º | 0.84% | 0.83% | - |
| HSV(B) | 154.4º | 0.3% | 0.97% | - |
| XYZ | 63.2 | 80.98 | 77.27 | - |
| YUV | 221.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 216 | 0.30 | 0 | 0.13 | 0.03 | 154.4 | 0.84 | 0.83 |
| Hex | AD | F8 | D8 | 1E | 0 | D | 3 | 9A | 54 | 53 |
| Octal | 255 | 370 | 330 | 36 | 0 | 15 | 3 | 232 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11011000 | 11110 | 0 | 1101 | 11 | 10011010 | 1010100 | 1010011 |
Color Harmonies of #ADF8D8
Complementary color
Monochromatic Colors of #ADF8D8
Black with #ADF8D8
Text Example
Text Example
White with #ADF8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8D8; }
p { color: rgb(173,248,216); }
H1.HeaderClassName
{
color: #ADF8D8;
}
.AnyTagClassName
{
color: #ADF8D8;
}
</style>
background-color css
<style>
a { background-color: #ADF8D8; }
a { background-color: rgb(173,248,216); }
div.DivClassName
{
background-color: #ADF8D8;
}
.BgClassName
{
background-color: #ADF8D8;
}
</style>
border-color css
<style>
span { border-color: #ADF8D8; }
span { border-color: rgb(173,248,216); }
td.TdClassName
{
border-color: #ADF8D8;
}
.TagClassName
{
border-color: #ADF8D8;
}
</style>