Shades of Magic Mint #ADFDC8
Tints of Magic Mint #ADFDC8
RGB
CMYK
RGB Variations
Color information
#ADFDC8 (or 0xADFDC8) is known color: Magic Mint. HEX triplet: AD, FD and C8. RGB value is (173,253,200). Sum of RGB (Red+Green+Blue) = 173+253+200=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDC8 is #520237. Grayscale: #DFDFDF. Windows color (decimal): -5374520 or 13172141. OLE color: 13172141.
HSL color Cylindrical-coordinate representation of color #ADFDC8: hue angle of 140.25º 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 #ADFDC8 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 200 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.01 |
| HSL | 140.25º | 0.95% | 0.84% | - |
| HSV(B) | 140.25º | 0.32% | 0.99% | - |
| XYZ | 62.78 | 83.3 | 67.41 | - |
| YUV | 223.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 200 | 0.32 | 0 | 0.21 | 0.01 | 140.25 | 0.95 | 0.84 |
| Hex | AD | FD | C8 | 20 | 0 | 15 | 1 | 8C | 5F | 54 |
| Octal | 255 | 375 | 310 | 40 | 0 | 25 | 1 | 214 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11001000 | 100000 | 0 | 10101 | 1 | 10001100 | 1011111 | 1010100 |
Color Harmonies of #ADFDC8
Complementary color
Monochromatic Colors of #ADFDC8
Black with #ADFDC8
Text Example
Text Example
White with #ADFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDC8; }
p { color: rgb(173,253,200); }
H1.HeaderClassName
{
color: #ADFDC8;
}
.AnyTagClassName
{
color: #ADFDC8;
}
</style>
background-color css
<style>
a { background-color: #ADFDC8; }
a { background-color: rgb(173,253,200); }
div.DivClassName
{
background-color: #ADFDC8;
}
.BgClassName
{
background-color: #ADFDC8;
}
</style>
border-color css
<style>
span { border-color: #ADFDC8; }
span { border-color: rgb(173,253,200); }
td.TdClassName
{
border-color: #ADFDC8;
}
.TagClassName
{
border-color: #ADFDC8;
}
</style>