Shades of Magic Mint #ADE9D0
Tints of Magic Mint #ADE9D0
RGB
CMYK
RGB Variations
Color information
#ADE9D0 (or 0xADE9D0) is known color: Magic Mint. HEX triplet: AD, E9 and D0. RGB value is (173,233,208). Sum of RGB (Red+Green+Blue) = 173+233+208=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9D0 is #52162F. Grayscale: #D4D4D4. Windows color (decimal): -5379632 or 13691309. OLE color: 13691309.
HSL color Cylindrical-coordinate representation of color #ADE9D0: hue angle of 155º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9D0 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 208 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.09 |
| HSL | 155º | 0.58% | 0.8% | - |
| HSV(B) | 155º | 0.26% | 0.91% | - |
| XYZ | 57.76 | 71.72 | 70.47 | - |
| YUV | 212.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 208 | 0.26 | 0 | 0.11 | 0.09 | 155 | 0.58 | 0.8 |
| Hex | AD | E9 | D0 | 1A | 0 | B | 9 | 9B | 3A | 50 |
| Octal | 255 | 351 | 320 | 32 | 0 | 13 | 11 | 233 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11010000 | 11010 | 0 | 1011 | 1001 | 10011011 | 111010 | 1010000 |
Color Harmonies of #ADE9D0
Complementary color
Monochromatic Colors of #ADE9D0
Black with #ADE9D0
Text Example
Text Example
White with #ADE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9D0; }
p { color: rgb(173,233,208); }
H1.HeaderClassName
{
color: #ADE9D0;
}
.AnyTagClassName
{
color: #ADE9D0;
}
</style>
background-color css
<style>
a { background-color: #ADE9D0; }
a { background-color: rgb(173,233,208); }
div.DivClassName
{
background-color: #ADE9D0;
}
.BgClassName
{
background-color: #ADE9D0;
}
</style>
border-color css
<style>
span { border-color: #ADE9D0; }
span { border-color: rgb(173,233,208); }
td.TdClassName
{
border-color: #ADE9D0;
}
.TagClassName
{
border-color: #ADE9D0;
}
</style>