Shades of Magic Mint #ADF8D1
Tints of Magic Mint #ADF8D1
RGB
CMYK
RGB Variations
Color information
#ADF8D1 (or 0xADF8D1) is known color: Magic Mint. HEX triplet: AD, F8 and D1. RGB value is (173,248,209). Sum of RGB (Red+Green+Blue) = 173+248+209=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8D1 is #52072E. Grayscale: #DDDDDD. Windows color (decimal): -5375791 or 13760685. OLE color: 13760685.
HSL color Cylindrical-coordinate representation of color #ADF8D1: hue angle of 148.8º 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 #ADF8D1 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 209 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.03 |
| HSL | 148.8º | 0.84% | 0.83% | - |
| HSV(B) | 148.8º | 0.3% | 0.97% | - |
| XYZ | 62.31 | 80.62 | 72.6 | - |
| YUV | 221.13 | 121.15 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 209 | 0.30 | 0 | 0.16 | 0.03 | 148.8 | 0.84 | 0.83 |
| Hex | AD | F8 | D1 | 1E | 0 | 10 | 3 | 95 | 54 | 53 |
| Octal | 255 | 370 | 321 | 36 | 0 | 20 | 3 | 225 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11010001 | 11110 | 0 | 10000 | 11 | 10010101 | 1010100 | 1010011 |
Color Harmonies of #ADF8D1
Complementary color
Monochromatic Colors of #ADF8D1
Black with #ADF8D1
Text Example
Text Example
White with #ADF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8D1; }
p { color: rgb(173,248,209); }
H1.HeaderClassName
{
color: #ADF8D1;
}
.AnyTagClassName
{
color: #ADF8D1;
}
</style>
background-color css
<style>
a { background-color: #ADF8D1; }
a { background-color: rgb(173,248,209); }
div.DivClassName
{
background-color: #ADF8D1;
}
.BgClassName
{
background-color: #ADF8D1;
}
</style>
border-color css
<style>
span { border-color: #ADF8D1; }
span { border-color: rgb(173,248,209); }
td.TdClassName
{
border-color: #ADF8D1;
}
.TagClassName
{
border-color: #ADF8D1;
}
</style>