Shades of Magic Mint #ADFEDF
Tints of Magic Mint #ADFEDF
RGB
CMYK
RGB Variations
Color information
#ADFEDF (or 0xADFEDF) is known color: Magic Mint. HEX triplet: AD, FE and DF. RGB value is (173,254,223). Sum of RGB (Red+Green+Blue) = 173+254+223=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFEDF is #520120. Grayscale: #E2E2E2. Windows color (decimal): -5374241 or 14679725. OLE color: 14679725.
HSL color Cylindrical-coordinate representation of color #ADFEDF: hue angle of 157.04º 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 #ADFEDF is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 223 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.00 |
| HSL | 157.04º | 0.98% | 0.84% | - |
| HSV(B) | 157.04º | 0.32% | 1% | - |
| XYZ | 65.99 | 85.1 | 82.76 | - |
| YUV | 226.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 223 | 0.32 | 0 | 0.12 | 0.00 | 157.04 | 0.98 | 0.84 |
| Hex | AD | FE | DF | 20 | 0 | C | 0 | 9D | 62 | 54 |
| Octal | 255 | 376 | 337 | 40 | 0 | 14 | 0 | 235 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11011111 | 100000 | 0 | 1100 | 0 | 10011101 | 1100010 | 1010100 |
Color Harmonies of #ADFEDF
Complementary color
Monochromatic Colors of #ADFEDF
Black with #ADFEDF
Text Example
Text Example
White with #ADFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEDF; }
p { color: rgb(173,254,223); }
H1.HeaderClassName
{
color: #ADFEDF;
}
.AnyTagClassName
{
color: #ADFEDF;
}
</style>
background-color css
<style>
a { background-color: #ADFEDF; }
a { background-color: rgb(173,254,223); }
div.DivClassName
{
background-color: #ADFEDF;
}
.BgClassName
{
background-color: #ADFEDF;
}
</style>
border-color css
<style>
span { border-color: #ADFEDF; }
span { border-color: rgb(173,254,223); }
td.TdClassName
{
border-color: #ADFEDF;
}
.TagClassName
{
border-color: #ADFEDF;
}
</style>