Shades of Magic Mint #ADE7C6
Tints of Magic Mint #ADE7C6
RGB
CMYK
RGB Variations
Color information
#ADE7C6 (or 0xADE7C6) is known color: Magic Mint. HEX triplet: AD, E7 and C6. RGB value is (173,231,198). Sum of RGB (Red+Green+Blue) = 173+231+198=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7C6 is #521839. Grayscale: #D1D1D1. Windows color (decimal): -5380154 or 13035437. OLE color: 13035437.
HSL color Cylindrical-coordinate representation of color #ADE7C6: hue angle of 145.86º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7C6 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 198 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.09 |
| HSL | 145.86º | 0.55% | 0.79% | - |
| HSV(B) | 145.86º | 0.25% | 0.91% | - |
| XYZ | 56 | 70.11 | 64.01 | - |
| YUV | 209.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 198 | 0.25 | 0 | 0.14 | 0.09 | 145.86 | 0.55 | 0.79 |
| Hex | AD | E7 | C6 | 19 | 0 | E | 9 | 92 | 37 | 4F |
| Octal | 255 | 347 | 306 | 31 | 0 | 16 | 11 | 222 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11000110 | 11001 | 0 | 1110 | 1001 | 10010010 | 110111 | 1001111 |
Color Harmonies of #ADE7C6
Complementary color
Monochromatic Colors of #ADE7C6
Black with #ADE7C6
Text Example
Text Example
White with #ADE7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7C6; }
p { color: rgb(173,231,198); }
H1.HeaderClassName
{
color: #ADE7C6;
}
.AnyTagClassName
{
color: #ADE7C6;
}
</style>
background-color css
<style>
a { background-color: #ADE7C6; }
a { background-color: rgb(173,231,198); }
div.DivClassName
{
background-color: #ADE7C6;
}
.BgClassName
{
background-color: #ADE7C6;
}
</style>
border-color css
<style>
span { border-color: #ADE7C6; }
span { border-color: rgb(173,231,198); }
td.TdClassName
{
border-color: #ADE7C6;
}
.TagClassName
{
border-color: #ADE7C6;
}
</style>