Shades of Magic Mint #ADFFD4
Tints of Magic Mint #ADFFD4
RGB
CMYK
RGB Variations
Color information
#ADFFD4 (or 0xADFFD4) is known color: Magic Mint. HEX triplet: AD, FF and D4. RGB value is (173,255,212). Sum of RGB (Red+Green+Blue) = 173+255+212=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFD4 is #52002B. Grayscale: #E1E1E1. Windows color (decimal): -5373996 or 13959085. OLE color: 13959085.
HSL color Cylindrical-coordinate representation of color #ADFFD4: hue angle of 148.54º 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 #ADFFD4 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 212 | - |
| CMYK | 0.32 | 0 | 0.17 | 0 |
| HSL | 148.54º | 1% | 0.84% | - |
| HSV(B) | 148.54º | 0.32% | 1% | - |
| XYZ | 64.88 | 85.16 | 75.31 | - |
| YUV | 225.58 | 120.33 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 212 | 0.32 | 0 | 0.17 | 0 | 148.54 | 1 | 0.84 |
| Hex | AD | FF | D4 | 20 | 0 | 11 | 0 | 95 | 64 | 54 |
| Octal | 255 | 377 | 324 | 40 | 0 | 21 | 0 | 225 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11010100 | 100000 | 0 | 10001 | 0 | 10010101 | 1100100 | 1010100 |
Color Harmonies of #ADFFD4
Complementary color
Monochromatic Colors of #ADFFD4
Black with #ADFFD4
Text Example
Text Example
White with #ADFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFD4; }
p { color: rgb(173,255,212); }
H1.HeaderClassName
{
color: #ADFFD4;
}
.AnyTagClassName
{
color: #ADFFD4;
}
</style>
background-color css
<style>
a { background-color: #ADFFD4; }
a { background-color: rgb(173,255,212); }
div.DivClassName
{
background-color: #ADFFD4;
}
.BgClassName
{
background-color: #ADFFD4;
}
</style>
border-color css
<style>
span { border-color: #ADFFD4; }
span { border-color: rgb(173,255,212); }
td.TdClassName
{
border-color: #ADFFD4;
}
.TagClassName
{
border-color: #ADFFD4;
}
</style>