Shades of Magic Mint #ADFADE
Tints of Magic Mint #ADFADE
RGB
CMYK
RGB Variations
Color information
#ADFADE (or 0xADFADE) is known color: Magic Mint. HEX triplet: AD, FA and DE. RGB value is (173,250,222). Sum of RGB (Red+Green+Blue) = 173+250+222=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFADE is #520521. Grayscale: #DFDFDF. Windows color (decimal): -5375266 or 14613165. OLE color: 14613165.
HSL color Cylindrical-coordinate representation of color #ADFADE: hue angle of 158.18º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFADE is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 250 | 222 | - |
CMYK | 0.31 | 0 | 0.11 | 0.02 |
HSL | 158.18º | 0.89% | 0.83% | - |
HSV(B) | 158.18º | 0.31% | 0.98% | - |
XYZ | 64.6 | 82.53 | 81.63 | - |
YUV | 223.79 | 126.99 | 91.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 250 | 222 | 0.31 | 0 | 0.11 | 0.02 | 158.18 | 0.89 | 0.83 |
Hex | AD | FA | DE | 1F | 0 | B | 2 | 9E | 59 | 53 |
Octal | 255 | 372 | 336 | 37 | 0 | 13 | 2 | 236 | 131 | 123 |
Binary | 10101101 | 11111010 | 11011110 | 11111 | 0 | 1011 | 10 | 10011110 | 1011001 | 1010011 |
Color Harmonies of #ADFADE
Complementary color
Monochromatic Colors of #ADFADE
Black with #ADFADE
Text Example
Text Example
White with #ADFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFADE; }
p { color: rgb(173,250,222); }
H1.HeaderClassName
{
color: #ADFADE;
}
.AnyTagClassName
{
color: #ADFADE;
}
</style>
background-color css
<style>
a { background-color: #ADFADE; }
a { background-color: rgb(173,250,222); }
div.DivClassName
{
background-color: #ADFADE;
}
.BgClassName
{
background-color: #ADFADE;
}
</style>
border-color css
<style>
span { border-color: #ADFADE; }
span { border-color: rgb(173,250,222); }
td.TdClassName
{
border-color: #ADFADE;
}
.TagClassName
{
border-color: #ADFADE;
}
</style>