Shades of Magic Mint #ADF8CE
Tints of Magic Mint #ADF8CE
RGB
CMYK
RGB Variations
Color information
#ADF8CE (or 0xADF8CE) is known color: Magic Mint. HEX triplet: AD, F8 and CE. RGB value is (173,248,206). Sum of RGB (Red+Green+Blue) = 173+248+206=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8CE is #520731. Grayscale: #DCDCDC. Windows color (decimal): -5375794 or 13564077. OLE color: 13564077.
HSL color Cylindrical-coordinate representation of color #ADF8CE: hue angle of 146.4º 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 #ADF8CE is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 206 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.03 |
| HSL | 146.4º | 0.84% | 0.83% | - |
| HSV(B) | 146.4º | 0.3% | 0.97% | - |
| XYZ | 61.94 | 80.48 | 70.66 | - |
| YUV | 220.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 206 | 0.30 | 0 | 0.17 | 0.03 | 146.4 | 0.84 | 0.83 |
| Hex | AD | F8 | CE | 1E | 0 | 11 | 3 | 92 | 54 | 53 |
| Octal | 255 | 370 | 316 | 36 | 0 | 21 | 3 | 222 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11001110 | 11110 | 0 | 10001 | 11 | 10010010 | 1010100 | 1010011 |
Color Harmonies of #ADF8CE
Complementary color
Monochromatic Colors of #ADF8CE
Black with #ADF8CE
Text Example
Text Example
White with #ADF8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8CE; }
p { color: rgb(173,248,206); }
H1.HeaderClassName
{
color: #ADF8CE;
}
.AnyTagClassName
{
color: #ADF8CE;
}
</style>
background-color css
<style>
a { background-color: #ADF8CE; }
a { background-color: rgb(173,248,206); }
div.DivClassName
{
background-color: #ADF8CE;
}
.BgClassName
{
background-color: #ADF8CE;
}
</style>
border-color css
<style>
span { border-color: #ADF8CE; }
span { border-color: rgb(173,248,206); }
td.TdClassName
{
border-color: #ADF8CE;
}
.TagClassName
{
border-color: #ADF8CE;
}
</style>