Shades of Magic Mint #ADF8D9
Tints of Magic Mint #ADF8D9
RGB
CMYK
RGB Variations
Color information
#ADF8D9 (or 0xADF8D9) is known color: Magic Mint. HEX triplet: AD, F8 and D9. RGB value is (173,248,217). Sum of RGB (Red+Green+Blue) = 173+248+217=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8D9 is #520726. Grayscale: #DEDEDE. Windows color (decimal): -5375783 or 14284973. OLE color: 14284973.
HSL color Cylindrical-coordinate representation of color #ADF8D9: hue angle of 155.2º 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 #ADF8D9 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 217 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.03 |
| HSL | 155.2º | 0.84% | 0.83% | - |
| HSV(B) | 155.2º | 0.3% | 0.97% | - |
| XYZ | 63.33 | 81.03 | 77.95 | - |
| YUV | 222.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 217 | 0.30 | 0 | 0.12 | 0.03 | 155.2 | 0.84 | 0.83 |
| Hex | AD | F8 | D9 | 1E | 0 | C | 3 | 9B | 54 | 53 |
| Octal | 255 | 370 | 331 | 36 | 0 | 14 | 3 | 233 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11011001 | 11110 | 0 | 1100 | 11 | 10011011 | 1010100 | 1010011 |
Color Harmonies of #ADF8D9
Complementary color
Monochromatic Colors of #ADF8D9
Black with #ADF8D9
Text Example
Text Example
White with #ADF8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8D9; }
p { color: rgb(173,248,217); }
H1.HeaderClassName
{
color: #ADF8D9;
}
.AnyTagClassName
{
color: #ADF8D9;
}
</style>
background-color css
<style>
a { background-color: #ADF8D9; }
a { background-color: rgb(173,248,217); }
div.DivClassName
{
background-color: #ADF8D9;
}
.BgClassName
{
background-color: #ADF8D9;
}
</style>
border-color css
<style>
span { border-color: #ADF8D9; }
span { border-color: rgb(173,248,217); }
td.TdClassName
{
border-color: #ADF8D9;
}
.TagClassName
{
border-color: #ADF8D9;
}
</style>