Shades of Magic Mint #ADF1D6
Tints of Magic Mint #ADF1D6
RGB
CMYK
RGB Variations
Color information
#ADF1D6 (or 0xADF1D6) is known color: Magic Mint. HEX triplet: AD, F1 and D6. RGB value is (173,241,214). Sum of RGB (Red+Green+Blue) = 173+241+214=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1D6 is #520E29. Grayscale: #D9D9D9. Windows color (decimal): -5377578 or 14086573. OLE color: 14086573.
HSL color Cylindrical-coordinate representation of color #ADF1D6: hue angle of 156.18º 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 #ADF1D6 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 214 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.05 |
| HSL | 156.18º | 0.71% | 0.81% | - |
| HSV(B) | 156.18º | 0.28% | 0.95% | - |
| XYZ | 60.83 | 76.65 | 75.21 | - |
| YUV | 217.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 214 | 0.28 | 0 | 0.11 | 0.05 | 156.18 | 0.71 | 0.81 |
| Hex | AD | F1 | D6 | 1C | 0 | B | 5 | 9C | 47 | 51 |
| Octal | 255 | 361 | 326 | 34 | 0 | 13 | 5 | 234 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11010110 | 11100 | 0 | 1011 | 101 | 10011100 | 1000111 | 1010001 |
Color Harmonies of #ADF1D6
Complementary color
Monochromatic Colors of #ADF1D6
Black with #ADF1D6
Text Example
Text Example
White with #ADF1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1D6; }
p { color: rgb(173,241,214); }
H1.HeaderClassName
{
color: #ADF1D6;
}
.AnyTagClassName
{
color: #ADF1D6;
}
</style>
background-color css
<style>
a { background-color: #ADF1D6; }
a { background-color: rgb(173,241,214); }
div.DivClassName
{
background-color: #ADF1D6;
}
.BgClassName
{
background-color: #ADF1D6;
}
</style>
border-color css
<style>
span { border-color: #ADF1D6; }
span { border-color: rgb(173,241,214); }
td.TdClassName
{
border-color: #ADF1D6;
}
.TagClassName
{
border-color: #ADF1D6;
}
</style>