Shades of Magic Mint #ADFECD
Tints of Magic Mint #ADFECD
RGB
CMYK
RGB Variations
Color information
#ADFECD (or 0xADFECD) is known color: Magic Mint. HEX triplet: AD, FE and CD. RGB value is (173,254,205). Sum of RGB (Red+Green+Blue) = 173+254+205=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFECD is #520132. Grayscale: #E0E0E0. Windows color (decimal): -5374259 or 13500077. OLE color: 13500077.
HSL color Cylindrical-coordinate representation of color #ADFECD: hue angle of 143.7º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFECD is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 205 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.00 |
| HSL | 143.7º | 0.98% | 0.84% | - |
| HSV(B) | 143.7º | 0.32% | 1% | - |
| XYZ | 63.69 | 84.18 | 70.65 | - |
| YUV | 224.2 | 117.16 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 205 | 0.32 | 0 | 0.19 | 0.00 | 143.7 | 0.98 | 0.84 |
| Hex | AD | FE | CD | 20 | 0 | 13 | 0 | 90 | 62 | 54 |
| Octal | 255 | 376 | 315 | 40 | 0 | 23 | 0 | 220 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11001101 | 100000 | 0 | 10011 | 0 | 10010000 | 1100010 | 1010100 |
Color Harmonies of #ADFECD
Complementary color
Monochromatic Colors of #ADFECD
Black with #ADFECD
Text Example
Text Example
White with #ADFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFECD; }
p { color: rgb(173,254,205); }
H1.HeaderClassName
{
color: #ADFECD;
}
.AnyTagClassName
{
color: #ADFECD;
}
</style>
background-color css
<style>
a { background-color: #ADFECD; }
a { background-color: rgb(173,254,205); }
div.DivClassName
{
background-color: #ADFECD;
}
.BgClassName
{
background-color: #ADFECD;
}
</style>
border-color css
<style>
span { border-color: #ADFECD; }
span { border-color: rgb(173,254,205); }
td.TdClassName
{
border-color: #ADFECD;
}
.TagClassName
{
border-color: #ADFECD;
}
</style>