Shades of Magic Mint #ADF5D7
Tints of Magic Mint #ADF5D7
RGB
CMYK
RGB Variations
Color information
#ADF5D7 (or 0xADF5D7) is known color: Magic Mint. HEX triplet: AD, F5 and D7. RGB value is (173,245,215). Sum of RGB (Red+Green+Blue) = 173+245+215=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5D7 is #520A28. Grayscale: #DCDCDC. Windows color (decimal): -5376553 or 14153133. OLE color: 14153133.
HSL color Cylindrical-coordinate representation of color #ADF5D7: hue angle of 155º 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 #ADF5D7 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 215 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.04 |
| HSL | 155º | 0.78% | 0.82% | - |
| HSV(B) | 155º | 0.29% | 0.96% | - |
| XYZ | 62.15 | 79.1 | 76.28 | - |
| YUV | 220.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 215 | 0.29 | 0 | 0.12 | 0.04 | 155 | 0.78 | 0.82 |
| Hex | AD | F5 | D7 | 1D | 0 | C | 4 | 9B | 4E | 52 |
| Octal | 255 | 365 | 327 | 35 | 0 | 14 | 4 | 233 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11010111 | 11101 | 0 | 1100 | 100 | 10011011 | 1001110 | 1010010 |
Color Harmonies of #ADF5D7
Complementary color
Monochromatic Colors of #ADF5D7
Black with #ADF5D7
Text Example
Text Example
White with #ADF5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5D7; }
p { color: rgb(173,245,215); }
H1.HeaderClassName
{
color: #ADF5D7;
}
.AnyTagClassName
{
color: #ADF5D7;
}
</style>
background-color css
<style>
a { background-color: #ADF5D7; }
a { background-color: rgb(173,245,215); }
div.DivClassName
{
background-color: #ADF5D7;
}
.BgClassName
{
background-color: #ADF5D7;
}
</style>
border-color css
<style>
span { border-color: #ADF5D7; }
span { border-color: rgb(173,245,215); }
td.TdClassName
{
border-color: #ADF5D7;
}
.TagClassName
{
border-color: #ADF5D7;
}
</style>