Shades of Magic Mint #ADECD1
Tints of Magic Mint #ADECD1
RGB
CMYK
RGB Variations
Color information
#ADECD1 (or 0xADECD1) is known color: Magic Mint. HEX triplet: AD, EC and D1. RGB value is (173,236,209). Sum of RGB (Red+Green+Blue) = 173+236+209=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECD1 is #52132E. Grayscale: #D6D6D6. Windows color (decimal): -5378863 or 13757613. OLE color: 13757613.
HSL color Cylindrical-coordinate representation of color #ADECD1: hue angle of 154.29º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECD1 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 209 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.07 |
| HSL | 154.29º | 0.62% | 0.8% | - |
| HSV(B) | 154.29º | 0.27% | 0.93% | - |
| XYZ | 58.74 | 73.48 | 71.41 | - |
| YUV | 214.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 209 | 0.27 | 0 | 0.11 | 0.07 | 154.29 | 0.62 | 0.8 |
| Hex | AD | EC | D1 | 1B | 0 | B | 7 | 9A | 3E | 50 |
| Octal | 255 | 354 | 321 | 33 | 0 | 13 | 7 | 232 | 76 | 120 |
| Binary | 10101101 | 11101100 | 11010001 | 11011 | 0 | 1011 | 111 | 10011010 | 111110 | 1010000 |
Color Harmonies of #ADECD1
Complementary color
Monochromatic Colors of #ADECD1
Black with #ADECD1
Text Example
Text Example
White with #ADECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECD1; }
p { color: rgb(173,236,209); }
H1.HeaderClassName
{
color: #ADECD1;
}
.AnyTagClassName
{
color: #ADECD1;
}
</style>
background-color css
<style>
a { background-color: #ADECD1; }
a { background-color: rgb(173,236,209); }
div.DivClassName
{
background-color: #ADECD1;
}
.BgClassName
{
background-color: #ADECD1;
}
</style>
border-color css
<style>
span { border-color: #ADECD1; }
span { border-color: rgb(173,236,209); }
td.TdClassName
{
border-color: #ADECD1;
}
.TagClassName
{
border-color: #ADECD1;
}
</style>