Shades of Magic Mint #ADF4D8
Tints of Magic Mint #ADF4D8
RGB
CMYK
RGB Variations
Color information
#ADF4D8 (or 0xADF4D8) is known color: Magic Mint. HEX triplet: AD, F4 and D8. RGB value is (173,244,216). Sum of RGB (Red+Green+Blue) = 173+244+216=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF4D8 is #520B27. Grayscale: #DBDBDB. Windows color (decimal): -5376808 or 14218413. OLE color: 14218413.
HSL color Cylindrical-coordinate representation of color #ADF4D8: hue angle of 156.34º degrees, saturation: 0.76, 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 #ADF4D8 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 216 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.04 |
| HSL | 156.34º | 0.76% | 0.82% | - |
| HSV(B) | 156.34º | 0.29% | 0.96% | - |
| XYZ | 61.98 | 78.54 | 76.86 | - |
| YUV | 219.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 216 | 0.29 | 0 | 0.11 | 0.04 | 156.34 | 0.76 | 0.82 |
| Hex | AD | F4 | D8 | 1D | 0 | B | 4 | 9C | 4C | 52 |
| Octal | 255 | 364 | 330 | 35 | 0 | 13 | 4 | 234 | 114 | 122 |
| Binary | 10101101 | 11110100 | 11011000 | 11101 | 0 | 1011 | 100 | 10011100 | 1001100 | 1010010 |
Color Harmonies of #ADF4D8
Complementary color
Monochromatic Colors of #ADF4D8
Black with #ADF4D8
Text Example
Text Example
White with #ADF4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF4D8; }
p { color: rgb(173,244,216); }
H1.HeaderClassName
{
color: #ADF4D8;
}
.AnyTagClassName
{
color: #ADF4D8;
}
</style>
background-color css
<style>
a { background-color: #ADF4D8; }
a { background-color: rgb(173,244,216); }
div.DivClassName
{
background-color: #ADF4D8;
}
.BgClassName
{
background-color: #ADF4D8;
}
</style>
border-color css
<style>
span { border-color: #ADF4D8; }
span { border-color: rgb(173,244,216); }
td.TdClassName
{
border-color: #ADF4D8;
}
.TagClassName
{
border-color: #ADF4D8;
}
</style>