Shades of Magic Mint #ADF8D5
Tints of Magic Mint #ADF8D5
RGB
CMYK
RGB Variations
Color information
#ADF8D5 (or 0xADF8D5) is known color: Magic Mint. HEX triplet: AD, F8 and D5. RGB value is (173,248,213). Sum of RGB (Red+Green+Blue) = 173+248+213=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8D5 is #52072A. Grayscale: #DDDDDD. Windows color (decimal): -5375787 or 14022829. OLE color: 14022829.
HSL color Cylindrical-coordinate representation of color #ADF8D5: hue angle of 152º 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 #ADF8D5 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 213 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.03 |
| HSL | 152º | 0.84% | 0.83% | - |
| HSV(B) | 152º | 0.3% | 0.97% | - |
| XYZ | 62.81 | 80.82 | 75.24 | - |
| YUV | 221.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 213 | 0.30 | 0 | 0.14 | 0.03 | 152 | 0.84 | 0.83 |
| Hex | AD | F8 | D5 | 1E | 0 | E | 3 | 98 | 54 | 53 |
| Octal | 255 | 370 | 325 | 36 | 0 | 16 | 3 | 230 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11010101 | 11110 | 0 | 1110 | 11 | 10011000 | 1010100 | 1010011 |
Color Harmonies of #ADF8D5
Complementary color
Monochromatic Colors of #ADF8D5
Black with #ADF8D5
Text Example
Text Example
White with #ADF8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8D5; }
p { color: rgb(173,248,213); }
H1.HeaderClassName
{
color: #ADF8D5;
}
.AnyTagClassName
{
color: #ADF8D5;
}
</style>
background-color css
<style>
a { background-color: #ADF8D5; }
a { background-color: rgb(173,248,213); }
div.DivClassName
{
background-color: #ADF8D5;
}
.BgClassName
{
background-color: #ADF8D5;
}
</style>
border-color css
<style>
span { border-color: #ADF8D5; }
span { border-color: rgb(173,248,213); }
td.TdClassName
{
border-color: #ADF8D5;
}
.TagClassName
{
border-color: #ADF8D5;
}
</style>