Shades of Magic Mint #ADFFE1
Tints of Magic Mint #ADFFE1
RGB
CMYK
RGB Variations
Color information
#ADFFE1 (or 0xADFFE1) is known color: Magic Mint. HEX triplet: AD, FF and E1. RGB value is (173,255,225). Sum of RGB (Red+Green+Blue) = 173+255+225=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFE1 is #52001E. Grayscale: #E3E3E3. Windows color (decimal): -5373983 or 14811053. OLE color: 14811053.
HSL color Cylindrical-coordinate representation of color #ADFFE1: hue angle of 158.05º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFE1 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 225 | - |
| CMYK | 0.32 | 0 | 0.12 | 0 |
| HSL | 158.05º | 1% | 0.84% | - |
| HSV(B) | 158.05º | 0.32% | 1% | - |
| XYZ | 66.58 | 85.84 | 84.29 | - |
| YUV | 227.06 | 126.83 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 225 | 0.32 | 0 | 0.12 | 0 | 158.05 | 1 | 0.84 |
| Hex | AD | FF | E1 | 20 | 0 | C | 0 | 9E | 64 | 54 |
| Octal | 255 | 377 | 341 | 40 | 0 | 14 | 0 | 236 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11100001 | 100000 | 0 | 1100 | 0 | 10011110 | 1100100 | 1010100 |
Color Harmonies of #ADFFE1
Complementary color
Monochromatic Colors of #ADFFE1
Black with #ADFFE1
Text Example
Text Example
White with #ADFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFE1; }
p { color: rgb(173,255,225); }
H1.HeaderClassName
{
color: #ADFFE1;
}
.AnyTagClassName
{
color: #ADFFE1;
}
</style>
background-color css
<style>
a { background-color: #ADFFE1; }
a { background-color: rgb(173,255,225); }
div.DivClassName
{
background-color: #ADFFE1;
}
.BgClassName
{
background-color: #ADFFE1;
}
</style>
border-color css
<style>
span { border-color: #ADFFE1; }
span { border-color: rgb(173,255,225); }
td.TdClassName
{
border-color: #ADFFE1;
}
.TagClassName
{
border-color: #ADFFE1;
}
</style>