Shades of Magic Mint #ADF8D0
Tints of Magic Mint #ADF8D0
RGB
CMYK
RGB Variations
Color information
#ADF8D0 (or 0xADF8D0) is known color: Magic Mint. HEX triplet: AD, F8 and D0. RGB value is (173,248,208). Sum of RGB (Red+Green+Blue) = 173+248+208=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8D0 is #52072F. Grayscale: #DDDDDD. Windows color (decimal): -5375792 or 13695149. OLE color: 13695149.
HSL color Cylindrical-coordinate representation of color #ADF8D0: hue angle of 148º 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 #ADF8D0 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 208 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.03 |
| HSL | 148º | 0.84% | 0.83% | - |
| HSV(B) | 148º | 0.3% | 0.97% | - |
| XYZ | 62.19 | 80.57 | 71.95 | - |
| YUV | 221.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 208 | 0.30 | 0 | 0.16 | 0.03 | 148 | 0.84 | 0.83 |
| Hex | AD | F8 | D0 | 1E | 0 | 10 | 3 | 94 | 54 | 53 |
| Octal | 255 | 370 | 320 | 36 | 0 | 20 | 3 | 224 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11010000 | 11110 | 0 | 10000 | 11 | 10010100 | 1010100 | 1010011 |
Color Harmonies of #ADF8D0
Complementary color
Monochromatic Colors of #ADF8D0
Black with #ADF8D0
Text Example
Text Example
White with #ADF8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8D0; }
p { color: rgb(173,248,208); }
H1.HeaderClassName
{
color: #ADF8D0;
}
.AnyTagClassName
{
color: #ADF8D0;
}
</style>
background-color css
<style>
a { background-color: #ADF8D0; }
a { background-color: rgb(173,248,208); }
div.DivClassName
{
background-color: #ADF8D0;
}
.BgClassName
{
background-color: #ADF8D0;
}
</style>
border-color css
<style>
span { border-color: #ADF8D0; }
span { border-color: rgb(173,248,208); }
td.TdClassName
{
border-color: #ADF8D0;
}
.TagClassName
{
border-color: #ADF8D0;
}
</style>