Shades of Magic Mint #ADF8CC
Tints of Magic Mint #ADF8CC
RGB
CMYK
RGB Variations
Color information
#ADF8CC (or 0xADF8CC) is known color: Magic Mint. HEX triplet: AD, F8 and CC. RGB value is (173,248,204). Sum of RGB (Red+Green+Blue) = 173+248+204=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8CC is #520733. Grayscale: #DCDCDC. Windows color (decimal): -5375796 or 13433005. OLE color: 13433005.
HSL color Cylindrical-coordinate representation of color #ADF8CC: hue angle of 144.8º 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 #ADF8CC is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 204 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.03 |
| HSL | 144.8º | 0.84% | 0.83% | - |
| HSV(B) | 144.8º | 0.3% | 0.97% | - |
| XYZ | 61.7 | 80.38 | 69.39 | - |
| YUV | 220.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 204 | 0.30 | 0 | 0.18 | 0.03 | 144.8 | 0.84 | 0.83 |
| Hex | AD | F8 | CC | 1E | 0 | 12 | 3 | 91 | 54 | 53 |
| Octal | 255 | 370 | 314 | 36 | 0 | 22 | 3 | 221 | 124 | 123 |
| Binary | 10101101 | 11111000 | 11001100 | 11110 | 0 | 10010 | 11 | 10010001 | 1010100 | 1010011 |
Color Harmonies of #ADF8CC
Complementary color
Monochromatic Colors of #ADF8CC
Black with #ADF8CC
Text Example
Text Example
White with #ADF8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF8CC; }
p { color: rgb(173,248,204); }
H1.HeaderClassName
{
color: #ADF8CC;
}
.AnyTagClassName
{
color: #ADF8CC;
}
</style>
background-color css
<style>
a { background-color: #ADF8CC; }
a { background-color: rgb(173,248,204); }
div.DivClassName
{
background-color: #ADF8CC;
}
.BgClassName
{
background-color: #ADF8CC;
}
</style>
border-color css
<style>
span { border-color: #ADF8CC; }
span { border-color: rgb(173,248,204); }
td.TdClassName
{
border-color: #ADF8CC;
}
.TagClassName
{
border-color: #ADF8CC;
}
</style>