Shades of Magic Mint #ADFED2
Tints of Magic Mint #ADFED2
RGB
CMYK
RGB Variations
Color information
#ADFED2 (or 0xADFED2) is known color: Magic Mint. HEX triplet: AD, FE and D2. RGB value is (173,254,210). Sum of RGB (Red+Green+Blue) = 173+254+210=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFED2 is #52012D. Grayscale: #E0E0E0. Windows color (decimal): -5374254 or 13827757. OLE color: 13827757.
HSL color Cylindrical-coordinate representation of color #ADFED2: hue angle of 147.41º 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 #ADFED2 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 210 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.00 |
| HSL | 147.41º | 0.98% | 0.84% | - |
| HSV(B) | 147.41º | 0.32% | 1% | - |
| XYZ | 64.31 | 84.42 | 73.88 | - |
| YUV | 224.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 210 | 0.32 | 0 | 0.17 | 0.00 | 147.41 | 0.98 | 0.84 |
| Hex | AD | FE | D2 | 20 | 0 | 11 | 0 | 93 | 62 | 54 |
| Octal | 255 | 376 | 322 | 40 | 0 | 21 | 0 | 223 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11010010 | 100000 | 0 | 10001 | 0 | 10010011 | 1100010 | 1010100 |
Color Harmonies of #ADFED2
Complementary color
Monochromatic Colors of #ADFED2
Black with #ADFED2
Text Example
Text Example
White with #ADFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFED2; }
p { color: rgb(173,254,210); }
H1.HeaderClassName
{
color: #ADFED2;
}
.AnyTagClassName
{
color: #ADFED2;
}
</style>
background-color css
<style>
a { background-color: #ADFED2; }
a { background-color: rgb(173,254,210); }
div.DivClassName
{
background-color: #ADFED2;
}
.BgClassName
{
background-color: #ADFED2;
}
</style>
border-color css
<style>
span { border-color: #ADFED2; }
span { border-color: rgb(173,254,210); }
td.TdClassName
{
border-color: #ADFED2;
}
.TagClassName
{
border-color: #ADFED2;
}
</style>