Shades of Magic Mint #ADF8DA
Tints of Magic Mint #ADF8DA
RGB
CMYK
RGB Variations
Color information
#ADF8DA (or 0xADF8DA) is known color: Magic Mint. HEX triplet: AD, F8 and DA. RGB value is (173,248,218). Sum of RGB (Red+Green+Blue) = 173+248+218=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8DA is #520725. Grayscale: #DEDEDE. Windows color (decimal): -5375782 or 14350509. OLE color: 14350509.
HSL color Cylindrical-coordinate representation of color #ADF8DA: hue angle of 156º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8DA is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 218 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.03 |
| HSL | 156º | 0.84% | 0.83% | - |
| HSV(B) | 156º | 0.3% | 0.97% | - |
| XYZ | 63.46 | 81.08 | 78.64 | - |
| YUV | 222.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 218 | 0.30 | 0 | 0.12 | 0.03 | 156 | 0.84 | 0.83 |
| Hex | AD | F8 | DA | 1E | 0 | C | 3 | 9C | 54 | 53 |
| Octal | 255 | 370 | 332 | 36 | 0 | 14 | 3 | 234 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11011010 | 11110 | 0 | 1100 | 11 | 10011100 | 1010100 | 1010011 |
Color Harmonies of #ADF8DA
Complementary color
Monochromatic Colors of #ADF8DA
Black with #ADF8DA
Text Example
Text Example
White with #ADF8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8DA; }
p { color: rgb(173,248,218); }
H1.HeaderClassName
{
color: #ADF8DA;
}
.AnyTagClassName
{
color: #ADF8DA;
}
</style>
background-color css
<style>
a { background-color: #ADF8DA; }
a { background-color: rgb(173,248,218); }
div.DivClassName
{
background-color: #ADF8DA;
}
.BgClassName
{
background-color: #ADF8DA;
}
</style>
border-color css
<style>
span { border-color: #ADF8DA; }
span { border-color: rgb(173,248,218); }
td.TdClassName
{
border-color: #ADF8DA;
}
.TagClassName
{
border-color: #ADF8DA;
}
</style>