Shades of Magic Mint #ADF7D0
Tints of Magic Mint #ADF7D0
RGB
CMYK
RGB Variations
Color information
#ADF7D0 (or 0xADF7D0) is known color: Magic Mint. HEX triplet: AD, F7 and D0. RGB value is (173,247,208). Sum of RGB (Red+Green+Blue) = 173+247+208=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF7D0 is #52082F. Grayscale: #DCDCDC. Windows color (decimal): -5376048 or 13694893. OLE color: 13694893.
HSL color Cylindrical-coordinate representation of color #ADF7D0: hue angle of 148.38º 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 #ADF7D0 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 208 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.03 |
| HSL | 148.38º | 0.82% | 0.82% | - |
| HSV(B) | 148.38º | 0.3% | 0.97% | - |
| XYZ | 61.88 | 79.96 | 71.85 | - |
| YUV | 220.43 | 120.98 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 208 | 0.30 | 0 | 0.16 | 0.03 | 148.38 | 0.82 | 0.82 |
| Hex | AD | F7 | D0 | 1E | 0 | 10 | 3 | 94 | 52 | 52 |
| Octal | 255 | 367 | 320 | 36 | 0 | 20 | 3 | 224 | 122 | 122 |
| Binary | 10101101 | 11110111 | 11010000 | 11110 | 0 | 10000 | 11 | 10010100 | 1010010 | 1010010 |
Color Harmonies of #ADF7D0
Complementary color
Monochromatic Colors of #ADF7D0
Black with #ADF7D0
Text Example
Text Example
White with #ADF7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF7D0; }
p { color: rgb(173,247,208); }
H1.HeaderClassName
{
color: #ADF7D0;
}
.AnyTagClassName
{
color: #ADF7D0;
}
</style>
background-color css
<style>
a { background-color: #ADF7D0; }
a { background-color: rgb(173,247,208); }
div.DivClassName
{
background-color: #ADF7D0;
}
.BgClassName
{
background-color: #ADF7D0;
}
</style>
border-color css
<style>
span { border-color: #ADF7D0; }
span { border-color: rgb(173,247,208); }
td.TdClassName
{
border-color: #ADF7D0;
}
.TagClassName
{
border-color: #ADF7D0;
}
</style>