Shades of Magic Mint #ADE4C7
Tints of Magic Mint #ADE4C7
RGB
CMYK
RGB Variations
Color information
#ADE4C7 (or 0xADE4C7) is known color: Magic Mint. HEX triplet: AD, E4 and C7. RGB value is (173,228,199). Sum of RGB (Red+Green+Blue) = 173+228+199=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4C7 is #521B38. Grayscale: #D0D0D0. Windows color (decimal): -5380921 or 13100205. OLE color: 13100205.
HSL color Cylindrical-coordinate representation of color #ADE4C7: hue angle of 148.36º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE4C7 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 199 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.11 |
| HSL | 148.36º | 0.5% | 0.79% | - |
| HSV(B) | 148.36º | 0.24% | 0.89% | - |
| XYZ | 55.29 | 68.49 | 64.34 | - |
| YUV | 208.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 199 | 0.24 | 0 | 0.13 | 0.11 | 148.36 | 0.5 | 0.79 |
| Hex | AD | E4 | C7 | 18 | 0 | D | B | 94 | 32 | 4F |
| Octal | 255 | 344 | 307 | 30 | 0 | 15 | 13 | 224 | 62 | 117 |
| Binary | 10101101 | 11100100 | 11000111 | 11000 | 0 | 1101 | 1011 | 10010100 | 110010 | 1001111 |
Color Harmonies of #ADE4C7
Complementary color
Monochromatic Colors of #ADE4C7
Black with #ADE4C7
Text Example
Text Example
White with #ADE4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4C7; }
p { color: rgb(173,228,199); }
H1.HeaderClassName
{
color: #ADE4C7;
}
.AnyTagClassName
{
color: #ADE4C7;
}
</style>
background-color css
<style>
a { background-color: #ADE4C7; }
a { background-color: rgb(173,228,199); }
div.DivClassName
{
background-color: #ADE4C7;
}
.BgClassName
{
background-color: #ADE4C7;
}
</style>
border-color css
<style>
span { border-color: #ADE4C7; }
span { border-color: rgb(173,228,199); }
td.TdClassName
{
border-color: #ADE4C7;
}
.TagClassName
{
border-color: #ADE4C7;
}
</style>