Shades of Magic Mint #ADFDD9
Tints of Magic Mint #ADFDD9
RGB
CMYK
RGB Variations
Color information
#ADFDD9 (or 0xADFDD9) is known color: Magic Mint. HEX triplet: AD, FD and D9. RGB value is (173,253,217). Sum of RGB (Red+Green+Blue) = 173+253+217=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDD9 is #520226. Grayscale: #E1E1E1. Windows color (decimal): -5374503 or 14286253. OLE color: 14286253.
HSL color Cylindrical-coordinate representation of color #ADFDD9: hue angle of 153º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDD9 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 217 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.01 |
| HSL | 153º | 0.95% | 0.84% | - |
| HSV(B) | 153º | 0.32% | 0.99% | - |
| XYZ | 64.88 | 84.14 | 78.47 | - |
| YUV | 224.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 217 | 0.32 | 0 | 0.14 | 0.01 | 153 | 0.95 | 0.84 |
| Hex | AD | FD | D9 | 20 | 0 | E | 1 | 99 | 5F | 54 |
| Octal | 255 | 375 | 331 | 40 | 0 | 16 | 1 | 231 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11011001 | 100000 | 0 | 1110 | 1 | 10011001 | 1011111 | 1010100 |
Color Harmonies of #ADFDD9
Complementary color
Monochromatic Colors of #ADFDD9
Black with #ADFDD9
Text Example
Text Example
White with #ADFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDD9; }
p { color: rgb(173,253,217); }
H1.HeaderClassName
{
color: #ADFDD9;
}
.AnyTagClassName
{
color: #ADFDD9;
}
</style>
background-color css
<style>
a { background-color: #ADFDD9; }
a { background-color: rgb(173,253,217); }
div.DivClassName
{
background-color: #ADFDD9;
}
.BgClassName
{
background-color: #ADFDD9;
}
</style>
border-color css
<style>
span { border-color: #ADFDD9; }
span { border-color: rgb(173,253,217); }
td.TdClassName
{
border-color: #ADFDD9;
}
.TagClassName
{
border-color: #ADFDD9;
}
</style>