Shades of Magic Mint #ADFEC8
Tints of Magic Mint #ADFEC8
RGB
CMYK
RGB Variations
Color information
#ADFEC8 (or 0xADFEC8) is known color: Magic Mint. HEX triplet: AD, FE and C8. RGB value is (173,254,200). Sum of RGB (Red+Green+Blue) = 173+254+200=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFEC8 is #520137. Grayscale: #DFDFDF. Windows color (decimal): -5374264 or 13172397. OLE color: 13172397.
HSL color Cylindrical-coordinate representation of color #ADFEC8: hue angle of 140º 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 #ADFEC8 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 200 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.00 |
| HSL | 140º | 0.98% | 0.84% | - |
| HSV(B) | 140º | 0.32% | 1% | - |
| XYZ | 63.1 | 83.94 | 67.52 | - |
| YUV | 223.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 200 | 0.32 | 0 | 0.21 | 0.00 | 140 | 0.98 | 0.84 |
| Hex | AD | FE | C8 | 20 | 0 | 15 | 0 | 8C | 62 | 54 |
| Octal | 255 | 376 | 310 | 40 | 0 | 25 | 0 | 214 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11001000 | 100000 | 0 | 10101 | 0 | 10001100 | 1100010 | 1010100 |
Color Harmonies of #ADFEC8
Complementary color
Monochromatic Colors of #ADFEC8
Black with #ADFEC8
Text Example
Text Example
White with #ADFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEC8; }
p { color: rgb(173,254,200); }
H1.HeaderClassName
{
color: #ADFEC8;
}
.AnyTagClassName
{
color: #ADFEC8;
}
</style>
background-color css
<style>
a { background-color: #ADFEC8; }
a { background-color: rgb(173,254,200); }
div.DivClassName
{
background-color: #ADFEC8;
}
.BgClassName
{
background-color: #ADFEC8;
}
</style>
border-color css
<style>
span { border-color: #ADFEC8; }
span { border-color: rgb(173,254,200); }
td.TdClassName
{
border-color: #ADFEC8;
}
.TagClassName
{
border-color: #ADFEC8;
}
</style>