Shades of Magic Mint #ADFFC8
Tints of Magic Mint #ADFFC8
RGB
CMYK
RGB Variations
Color information
#ADFFC8 (or 0xADFFC8) is known color: Magic Mint. HEX triplet: AD, FF and C8. RGB value is (173,255,200). Sum of RGB (Red+Green+Blue) = 173+255+200=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFC8 is #520037. Grayscale: #E0E0E0. Windows color (decimal): -5374008 or 13172653. OLE color: 13172653.
HSL color Cylindrical-coordinate representation of color #ADFFC8: hue angle of 139.76º 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 #ADFFC8 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 200 | - |
| CMYK | 0.32 | 0 | 0.22 | 0 |
| HSL | 139.76º | 1% | 0.84% | - |
| HSV(B) | 139.76º | 0.32% | 1% | - |
| XYZ | 63.42 | 84.57 | 67.63 | - |
| YUV | 224.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 200 | 0.32 | 0 | 0.22 | 0 | 139.76 | 1 | 0.84 |
| Hex | AD | FF | C8 | 20 | 0 | 16 | 0 | 8C | 64 | 54 |
| Octal | 255 | 377 | 310 | 40 | 0 | 26 | 0 | 214 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11001000 | 100000 | 0 | 10110 | 0 | 10001100 | 1100100 | 1010100 |
Color Harmonies of #ADFFC8
Complementary color
Monochromatic Colors of #ADFFC8
Black with #ADFFC8
Text Example
Text Example
White with #ADFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFC8; }
p { color: rgb(173,255,200); }
H1.HeaderClassName
{
color: #ADFFC8;
}
.AnyTagClassName
{
color: #ADFFC8;
}
</style>
background-color css
<style>
a { background-color: #ADFFC8; }
a { background-color: rgb(173,255,200); }
div.DivClassName
{
background-color: #ADFFC8;
}
.BgClassName
{
background-color: #ADFFC8;
}
</style>
border-color css
<style>
span { border-color: #ADFFC8; }
span { border-color: rgb(173,255,200); }
td.TdClassName
{
border-color: #ADFFC8;
}
.TagClassName
{
border-color: #ADFFC8;
}
</style>