Shades of Magic Mint #ADFDC7
Tints of Magic Mint #ADFDC7
RGB
CMYK
RGB Variations
Color information
#ADFDC7 (or 0xADFDC7) is known color: Magic Mint. HEX triplet: AD, FD and C7. RGB value is (173,253,199). Sum of RGB (Red+Green+Blue) = 173+253+199=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDC7 is #520238. Grayscale: #DFDFDF. Windows color (decimal): -5374521 or 13106605. OLE color: 13106605.
HSL color Cylindrical-coordinate representation of color #ADFDC7: hue angle of 139.5º 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 #ADFDC7 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 199 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.01 |
| HSL | 139.5º | 0.95% | 0.84% | - |
| HSV(B) | 139.5º | 0.32% | 0.99% | - |
| XYZ | 62.67 | 83.26 | 66.8 | - |
| YUV | 222.92 | 114.5 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 199 | 0.32 | 0 | 0.21 | 0.01 | 139.5 | 0.95 | 0.84 |
| Hex | AD | FD | C7 | 20 | 0 | 15 | 1 | 8C | 5F | 54 |
| Octal | 255 | 375 | 307 | 40 | 0 | 25 | 1 | 214 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11000111 | 100000 | 0 | 10101 | 1 | 10001100 | 1011111 | 1010100 |
Color Harmonies of #ADFDC7
Complementary color
Monochromatic Colors of #ADFDC7
Black with #ADFDC7
Text Example
Text Example
White with #ADFDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDC7; }
p { color: rgb(173,253,199); }
H1.HeaderClassName
{
color: #ADFDC7;
}
.AnyTagClassName
{
color: #ADFDC7;
}
</style>
background-color css
<style>
a { background-color: #ADFDC7; }
a { background-color: rgb(173,253,199); }
div.DivClassName
{
background-color: #ADFDC7;
}
.BgClassName
{
background-color: #ADFDC7;
}
</style>
border-color css
<style>
span { border-color: #ADFDC7; }
span { border-color: rgb(173,253,199); }
td.TdClassName
{
border-color: #ADFDC7;
}
.TagClassName
{
border-color: #ADFDC7;
}
</style>