Shades of Magic Mint #ADF7D4
Tints of Magic Mint #ADF7D4
RGB
CMYK
RGB Variations
Color information
#ADF7D4 (or 0xADF7D4) is known color: Magic Mint. HEX triplet: AD, F7 and D4. RGB value is (173,247,212). Sum of RGB (Red+Green+Blue) = 173+247+212=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF7D4 is #52082B. Grayscale: #DCDCDC. Windows color (decimal): -5376044 or 13957037. OLE color: 13957037.
HSL color Cylindrical-coordinate representation of color #ADF7D4: hue angle of 151.62º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF7D4 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 212 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.03 |
| HSL | 151.62º | 0.82% | 0.82% | - |
| HSV(B) | 151.62º | 0.3% | 0.97% | - |
| XYZ | 62.38 | 80.16 | 74.47 | - |
| YUV | 220.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 212 | 0.30 | 0 | 0.14 | 0.03 | 151.62 | 0.82 | 0.82 |
| Hex | AD | F7 | D4 | 1E | 0 | E | 3 | 98 | 52 | 52 |
| Octal | 255 | 367 | 324 | 36 | 0 | 16 | 3 | 230 | 122 | 122 |
| Binary | 10101101 | 11110111 | 11010100 | 11110 | 0 | 1110 | 11 | 10011000 | 1010010 | 1010010 |
Color Harmonies of #ADF7D4
Complementary color
Monochromatic Colors of #ADF7D4
Black with #ADF7D4
Text Example
Text Example
White with #ADF7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF7D4; }
p { color: rgb(173,247,212); }
H1.HeaderClassName
{
color: #ADF7D4;
}
.AnyTagClassName
{
color: #ADF7D4;
}
</style>
background-color css
<style>
a { background-color: #ADF7D4; }
a { background-color: rgb(173,247,212); }
div.DivClassName
{
background-color: #ADF7D4;
}
.BgClassName
{
background-color: #ADF7D4;
}
</style>
border-color css
<style>
span { border-color: #ADF7D4; }
span { border-color: rgb(173,247,212); }
td.TdClassName
{
border-color: #ADF7D4;
}
.TagClassName
{
border-color: #ADF7D4;
}
</style>