Shades of Magic Mint #ADF5D6
Tints of Magic Mint #ADF5D6
RGB
CMYK
RGB Variations
Color information
#ADF5D6 (or 0xADF5D6) is known color: Magic Mint. HEX triplet: AD, F5 and D6. RGB value is (173,245,214). Sum of RGB (Red+Green+Blue) = 173+245+214=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5D6 is #520A29. Grayscale: #DBDBDB. Windows color (decimal): -5376554 or 14087597. OLE color: 14087597.
HSL color Cylindrical-coordinate representation of color #ADF5D6: hue angle of 154.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5D6 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 214 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.04 |
| HSL | 154.17º | 0.78% | 0.82% | - |
| HSV(B) | 154.17º | 0.29% | 0.96% | - |
| XYZ | 62.02 | 79.04 | 75.61 | - |
| YUV | 219.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 214 | 0.29 | 0 | 0.13 | 0.04 | 154.17 | 0.78 | 0.82 |
| Hex | AD | F5 | D6 | 1D | 0 | D | 4 | 9A | 4E | 52 |
| Octal | 255 | 365 | 326 | 35 | 0 | 15 | 4 | 232 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11010110 | 11101 | 0 | 1101 | 100 | 10011010 | 1001110 | 1010010 |
Color Harmonies of #ADF5D6
Complementary color
Monochromatic Colors of #ADF5D6
Black with #ADF5D6
Text Example
Text Example
White with #ADF5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5D6; }
p { color: rgb(173,245,214); }
H1.HeaderClassName
{
color: #ADF5D6;
}
.AnyTagClassName
{
color: #ADF5D6;
}
</style>
background-color css
<style>
a { background-color: #ADF5D6; }
a { background-color: rgb(173,245,214); }
div.DivClassName
{
background-color: #ADF5D6;
}
.BgClassName
{
background-color: #ADF5D6;
}
</style>
border-color css
<style>
span { border-color: #ADF5D6; }
span { border-color: rgb(173,245,214); }
td.TdClassName
{
border-color: #ADF5D6;
}
.TagClassName
{
border-color: #ADF5D6;
}
</style>