Shades of Magic Mint #ADFFD7
Tints of Magic Mint #ADFFD7
RGB
CMYK
RGB Variations
Color information
#ADFFD7 (or 0xADFFD7) is known color: Magic Mint. HEX triplet: AD, FF and D7. RGB value is (173,255,215). Sum of RGB (Red+Green+Blue) = 173+255+215=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFD7 is #520028. Grayscale: #E2E2E2. Windows color (decimal): -5373993 or 14155693. OLE color: 14155693.
HSL color Cylindrical-coordinate representation of color #ADFFD7: hue angle of 150.73º 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 #ADFFD7 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 215 | - |
| CMYK | 0.32 | 0 | 0.16 | 0 |
| HSL | 150.73º | 1% | 0.84% | - |
| HSV(B) | 150.73º | 0.32% | 1% | - |
| XYZ | 65.26 | 85.31 | 77.32 | - |
| YUV | 225.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 215 | 0.32 | 0 | 0.16 | 0 | 150.73 | 1 | 0.84 |
| Hex | AD | FF | D7 | 20 | 0 | 10 | 0 | 97 | 64 | 54 |
| Octal | 255 | 377 | 327 | 40 | 0 | 20 | 0 | 227 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11010111 | 100000 | 0 | 10000 | 0 | 10010111 | 1100100 | 1010100 |
Color Harmonies of #ADFFD7
Complementary color
Monochromatic Colors of #ADFFD7
Black with #ADFFD7
Text Example
Text Example
White with #ADFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFD7; }
p { color: rgb(173,255,215); }
H1.HeaderClassName
{
color: #ADFFD7;
}
.AnyTagClassName
{
color: #ADFFD7;
}
</style>
background-color css
<style>
a { background-color: #ADFFD7; }
a { background-color: rgb(173,255,215); }
div.DivClassName
{
background-color: #ADFFD7;
}
.BgClassName
{
background-color: #ADFFD7;
}
</style>
border-color css
<style>
span { border-color: #ADFFD7; }
span { border-color: rgb(173,255,215); }
td.TdClassName
{
border-color: #ADFFD7;
}
.TagClassName
{
border-color: #ADFFD7;
}
</style>