Shades of Magic Mint #ADF8C8
Tints of Magic Mint #ADF8C8
RGB
CMYK
RGB Variations
Color information
#ADF8C8 (or 0xADF8C8) is known color: Magic Mint. HEX triplet: AD, F8 and C8. RGB value is (173,248,200). Sum of RGB (Red+Green+Blue) = 173+248+200=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8C8 is #520737. Grayscale: #DCDCDC. Windows color (decimal): -5375800 or 13170861. OLE color: 13170861.
HSL color Cylindrical-coordinate representation of color #ADF8C8: hue angle of 141.6º 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 #ADF8C8 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 200 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.03 |
| HSL | 141.6º | 0.84% | 0.83% | - |
| HSV(B) | 141.6º | 0.3% | 0.97% | - |
| XYZ | 61.23 | 80.19 | 66.89 | - |
| YUV | 220.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 200 | 0.30 | 0 | 0.19 | 0.03 | 141.6 | 0.84 | 0.83 |
| Hex | AD | F8 | C8 | 1E | 0 | 13 | 3 | 8E | 54 | 53 |
| Octal | 255 | 370 | 310 | 36 | 0 | 23 | 3 | 216 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11001000 | 11110 | 0 | 10011 | 11 | 10001110 | 1010100 | 1010011 |
Color Harmonies of #ADF8C8
Complementary color
Monochromatic Colors of #ADF8C8
Black with #ADF8C8
Text Example
Text Example
White with #ADF8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8C8; }
p { color: rgb(173,248,200); }
H1.HeaderClassName
{
color: #ADF8C8;
}
.AnyTagClassName
{
color: #ADF8C8;
}
</style>
background-color css
<style>
a { background-color: #ADF8C8; }
a { background-color: rgb(173,248,200); }
div.DivClassName
{
background-color: #ADF8C8;
}
.BgClassName
{
background-color: #ADF8C8;
}
</style>
border-color css
<style>
span { border-color: #ADF8C8; }
span { border-color: rgb(173,248,200); }
td.TdClassName
{
border-color: #ADF8C8;
}
.TagClassName
{
border-color: #ADF8C8;
}
</style>