Shades of Magic Mint #ADECD3
Tints of Magic Mint #ADECD3
RGB
CMYK
RGB Variations
Color information
#ADECD3 (or 0xADECD3) is known color: Magic Mint. HEX triplet: AD, EC and D3. RGB value is (173,236,211). Sum of RGB (Red+Green+Blue) = 173+236+211=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECD3 is #52132C. Grayscale: #D6D6D6. Windows color (decimal): -5378861 or 13888685. OLE color: 13888685.
HSL color Cylindrical-coordinate representation of color #ADECD3: hue angle of 156.19º 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 #ADECD3 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 211 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.07 |
| HSL | 156.19º | 0.62% | 0.8% | - |
| HSV(B) | 156.19º | 0.27% | 0.93% | - |
| XYZ | 58.99 | 73.58 | 72.72 | - |
| YUV | 214.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 211 | 0.27 | 0 | 0.11 | 0.07 | 156.19 | 0.62 | 0.8 |
| Hex | AD | EC | D3 | 1B | 0 | B | 7 | 9C | 3E | 50 |
| Octal | 255 | 354 | 323 | 33 | 0 | 13 | 7 | 234 | 76 | 120 |
| Binary | 10101101 | 11101100 | 11010011 | 11011 | 0 | 1011 | 111 | 10011100 | 111110 | 1010000 |
Color Harmonies of #ADECD3
Complementary color
Monochromatic Colors of #ADECD3
Black with #ADECD3
Text Example
Text Example
White with #ADECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECD3; }
p { color: rgb(173,236,211); }
H1.HeaderClassName
{
color: #ADECD3;
}
.AnyTagClassName
{
color: #ADECD3;
}
</style>
background-color css
<style>
a { background-color: #ADECD3; }
a { background-color: rgb(173,236,211); }
div.DivClassName
{
background-color: #ADECD3;
}
.BgClassName
{
background-color: #ADECD3;
}
</style>
border-color css
<style>
span { border-color: #ADECD3; }
span { border-color: rgb(173,236,211); }
td.TdClassName
{
border-color: #ADECD3;
}
.TagClassName
{
border-color: #ADECD3;
}
</style>