Shades of Magic Mint #ADF9DC
Tints of Magic Mint #ADF9DC
RGB
CMYK
RGB Variations
Color information
#ADF9DC (or 0xADF9DC) is known color: Magic Mint. HEX triplet: AD, F9 and DC. RGB value is (173,249,220). Sum of RGB (Red+Green+Blue) = 173+249+220=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9DC is #520623. Grayscale: #DFDFDF. Windows color (decimal): -5375524 or 14481837. OLE color: 14481837.
HSL color Cylindrical-coordinate representation of color #ADF9DC: hue angle of 157.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9DC is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 220 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.02 |
| HSL | 157.11º | 0.86% | 0.83% | - |
| HSV(B) | 157.11º | 0.31% | 0.98% | - |
| XYZ | 64.03 | 81.8 | 80.13 | - |
| YUV | 222.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 220 | 0.31 | 0 | 0.12 | 0.02 | 157.11 | 0.86 | 0.83 |
| Hex | AD | F9 | DC | 1F | 0 | C | 2 | 9D | 56 | 53 |
| Octal | 255 | 371 | 334 | 37 | 0 | 14 | 2 | 235 | 126 | 123 |
| Binary | 10101101 | 11111001 | 11011100 | 11111 | 0 | 1100 | 10 | 10011101 | 1010110 | 1010011 |
Color Harmonies of #ADF9DC
Complementary color
Monochromatic Colors of #ADF9DC
Black with #ADF9DC
Text Example
Text Example
White with #ADF9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF9DC; }
p { color: rgb(173,249,220); }
H1.HeaderClassName
{
color: #ADF9DC;
}
.AnyTagClassName
{
color: #ADF9DC;
}
</style>
background-color css
<style>
a { background-color: #ADF9DC; }
a { background-color: rgb(173,249,220); }
div.DivClassName
{
background-color: #ADF9DC;
}
.BgClassName
{
background-color: #ADF9DC;
}
</style>
border-color css
<style>
span { border-color: #ADF9DC; }
span { border-color: rgb(173,249,220); }
td.TdClassName
{
border-color: #ADF9DC;
}
.TagClassName
{
border-color: #ADF9DC;
}
</style>