Shades of Magic Mint #ADFFD6
Tints of Magic Mint #ADFFD6
RGB
CMYK
RGB Variations
Color information
#ADFFD6 (or 0xADFFD6) is known color: Magic Mint. HEX triplet: AD, FF and D6. RGB value is (173,255,214). Sum of RGB (Red+Green+Blue) = 173+255+214=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFD6 is #520029. Grayscale: #E1E1E1. Windows color (decimal): -5373994 or 14090157. OLE color: 14090157.
HSL color Cylindrical-coordinate representation of color #ADFFD6: hue angle of 150º 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 #ADFFD6 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 173 | 255 | 214 | - |
CMYK | 0.32 | 0 | 0.16 | 0 |
HSL | 150º | 1% | 0.84% | - |
HSV(B) | 150º | 0.32% | 1% | - |
XYZ | 65.13 | 85.26 | 76.64 | - |
YUV | 225.81 | 121.33 | 90.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 255 | 214 | 0.32 | 0 | 0.16 | 0 | 150 | 1 | 0.84 |
Hex | AD | FF | D6 | 20 | 0 | 10 | 0 | 96 | 64 | 54 |
Octal | 255 | 377 | 326 | 40 | 0 | 20 | 0 | 226 | 144 | 124 |
Binary | 10101101 | 11111111 | 11010110 | 100000 | 0 | 10000 | 0 | 10010110 | 1100100 | 1010100 |
Color Harmonies of #ADFFD6
Complementary color
Monochromatic Colors of #ADFFD6
Black with #ADFFD6
Text Example
Text Example
White with #ADFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFD6; }
p { color: rgb(173,255,214); }
H1.HeaderClassName
{
color: #ADFFD6;
}
.AnyTagClassName
{
color: #ADFFD6;
}
</style>
background-color css
<style>
a { background-color: #ADFFD6; }
a { background-color: rgb(173,255,214); }
div.DivClassName
{
background-color: #ADFFD6;
}
.BgClassName
{
background-color: #ADFFD6;
}
</style>
border-color css
<style>
span { border-color: #ADFFD6; }
span { border-color: rgb(173,255,214); }
td.TdClassName
{
border-color: #ADFFD6;
}
.TagClassName
{
border-color: #ADFFD6;
}
</style>