Shades of Magic Mint #ADF8DC
Tints of Magic Mint #ADF8DC
RGB
CMYK
RGB Variations
Color information
#ADF8DC (or 0xADF8DC) is known color: Magic Mint. HEX triplet: AD, F8 and DC. RGB value is (173,248,220). Sum of RGB (Red+Green+Blue) = 173+248+220=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8DC is #520723. Grayscale: #DEDEDE. Windows color (decimal): -5375780 or 14481581. OLE color: 14481581.
HSL color Cylindrical-coordinate representation of color #ADF8DC: hue angle of 157.6º 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 #ADF8DC is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 220 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.03 |
| HSL | 157.6º | 0.84% | 0.83% | - |
| HSV(B) | 157.6º | 0.3% | 0.97% | - |
| XYZ | 63.72 | 81.19 | 80.02 | - |
| YUV | 222.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 220 | 0.30 | 0 | 0.11 | 0.03 | 157.6 | 0.84 | 0.83 |
| Hex | AD | F8 | DC | 1E | 0 | B | 3 | 9E | 54 | 53 |
| Octal | 255 | 370 | 334 | 36 | 0 | 13 | 3 | 236 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11011100 | 11110 | 0 | 1011 | 11 | 10011110 | 1010100 | 1010011 |
Color Harmonies of #ADF8DC
Complementary color
Monochromatic Colors of #ADF8DC
Black with #ADF8DC
Text Example
Text Example
White with #ADF8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8DC; }
p { color: rgb(173,248,220); }
H1.HeaderClassName
{
color: #ADF8DC;
}
.AnyTagClassName
{
color: #ADF8DC;
}
</style>
background-color css
<style>
a { background-color: #ADF8DC; }
a { background-color: rgb(173,248,220); }
div.DivClassName
{
background-color: #ADF8DC;
}
.BgClassName
{
background-color: #ADF8DC;
}
</style>
border-color css
<style>
span { border-color: #ADF8DC; }
span { border-color: rgb(173,248,220); }
td.TdClassName
{
border-color: #ADF8DC;
}
.TagClassName
{
border-color: #ADF8DC;
}
</style>