Shades of Magic Mint #ADF8DD
Tints of Magic Mint #ADF8DD
RGB
CMYK
RGB Variations
Color information
#ADF8DD (or 0xADF8DD) is known color: Magic Mint. HEX triplet: AD, F8 and DD. RGB value is (173,248,221). Sum of RGB (Red+Green+Blue) = 173+248+221=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8DD is #520722. Grayscale: #DEDEDE. Windows color (decimal): -5375779 or 14547117. OLE color: 14547117.
HSL color Cylindrical-coordinate representation of color #ADF8DD: hue angle of 158.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 #ADF8DD is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 221 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.03 |
| HSL | 158.4º | 0.84% | 0.83% | - |
| HSV(B) | 158.4º | 0.3% | 0.97% | - |
| XYZ | 63.85 | 81.24 | 80.72 | - |
| YUV | 222.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 221 | 0.30 | 0 | 0.11 | 0.03 | 158.4 | 0.84 | 0.83 |
| Hex | AD | F8 | DD | 1E | 0 | B | 3 | 9E | 54 | 53 |
| Octal | 255 | 370 | 335 | 36 | 0 | 13 | 3 | 236 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11011101 | 11110 | 0 | 1011 | 11 | 10011110 | 1010100 | 1010011 |
Color Harmonies of #ADF8DD
Complementary color
Monochromatic Colors of #ADF8DD
Black with #ADF8DD
Text Example
Text Example
White with #ADF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8DD; }
p { color: rgb(173,248,221); }
H1.HeaderClassName
{
color: #ADF8DD;
}
.AnyTagClassName
{
color: #ADF8DD;
}
</style>
background-color css
<style>
a { background-color: #ADF8DD; }
a { background-color: rgb(173,248,221); }
div.DivClassName
{
background-color: #ADF8DD;
}
.BgClassName
{
background-color: #ADF8DD;
}
</style>
border-color css
<style>
span { border-color: #ADF8DD; }
span { border-color: rgb(173,248,221); }
td.TdClassName
{
border-color: #ADF8DD;
}
.TagClassName
{
border-color: #ADF8DD;
}
</style>