Shades of Magic Mint #ADF1D0
Tints of Magic Mint #ADF1D0
RGB
CMYK
RGB Variations
Color information
#ADF1D0 (or 0xADF1D0) is known color: Magic Mint. HEX triplet: AD, F1 and D0. RGB value is (173,241,208). Sum of RGB (Red+Green+Blue) = 173+241+208=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1D0 is #520E2F. Grayscale: #D8D8D8. Windows color (decimal): -5377584 or 13693357. OLE color: 13693357.
HSL color Cylindrical-coordinate representation of color #ADF1D0: hue angle of 150.88º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1D0 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 208 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.05 |
| HSL | 150.88º | 0.71% | 0.81% | - |
| HSV(B) | 150.88º | 0.28% | 0.95% | - |
| XYZ | 60.07 | 76.35 | 71.25 | - |
| YUV | 216.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 208 | 0.28 | 0 | 0.14 | 0.05 | 150.88 | 0.71 | 0.81 |
| Hex | AD | F1 | D0 | 1C | 0 | E | 5 | 97 | 47 | 51 |
| Octal | 255 | 361 | 320 | 34 | 0 | 16 | 5 | 227 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11010000 | 11100 | 0 | 1110 | 101 | 10010111 | 1000111 | 1010001 |
Color Harmonies of #ADF1D0
Complementary color
Monochromatic Colors of #ADF1D0
Black with #ADF1D0
Text Example
Text Example
White with #ADF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1D0; }
p { color: rgb(173,241,208); }
H1.HeaderClassName
{
color: #ADF1D0;
}
.AnyTagClassName
{
color: #ADF1D0;
}
</style>
background-color css
<style>
a { background-color: #ADF1D0; }
a { background-color: rgb(173,241,208); }
div.DivClassName
{
background-color: #ADF1D0;
}
.BgClassName
{
background-color: #ADF1D0;
}
</style>
border-color css
<style>
span { border-color: #ADF1D0; }
span { border-color: rgb(173,241,208); }
td.TdClassName
{
border-color: #ADF1D0;
}
.TagClassName
{
border-color: #ADF1D0;
}
</style>