Shades of Magic Mint #ADFFD3
Tints of Magic Mint #ADFFD3
RGB
CMYK
RGB Variations
Color information
#ADFFD3 (or 0xADFFD3) is known color: Magic Mint. HEX triplet: AD, FF and D3. RGB value is (173,255,211). Sum of RGB (Red+Green+Blue) = 173+255+211=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFD3 is #52002C. Grayscale: #E1E1E1. Windows color (decimal): -5373997 or 13893549. OLE color: 13893549.
HSL color Cylindrical-coordinate representation of color #ADFFD3: hue angle of 147.8º 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 #ADFFD3 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 211 | - |
| CMYK | 0.32 | 0 | 0.17 | 0 |
| HSL | 147.8º | 1% | 0.84% | - |
| HSV(B) | 147.8º | 0.32% | 1% | - |
| XYZ | 64.75 | 85.11 | 74.64 | - |
| YUV | 225.47 | 119.83 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 211 | 0.32 | 0 | 0.17 | 0 | 147.8 | 1 | 0.84 |
| Hex | AD | FF | D3 | 20 | 0 | 11 | 0 | 94 | 64 | 54 |
| Octal | 255 | 377 | 323 | 40 | 0 | 21 | 0 | 224 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11010011 | 100000 | 0 | 10001 | 0 | 10010100 | 1100100 | 1010100 |
Color Harmonies of #ADFFD3
Complementary color
Monochromatic Colors of #ADFFD3
Black with #ADFFD3
Text Example
Text Example
White with #ADFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFD3; }
p { color: rgb(173,255,211); }
H1.HeaderClassName
{
color: #ADFFD3;
}
.AnyTagClassName
{
color: #ADFFD3;
}
</style>
background-color css
<style>
a { background-color: #ADFFD3; }
a { background-color: rgb(173,255,211); }
div.DivClassName
{
background-color: #ADFFD3;
}
.BgClassName
{
background-color: #ADFFD3;
}
</style>
border-color css
<style>
span { border-color: #ADFFD3; }
span { border-color: rgb(173,255,211); }
td.TdClassName
{
border-color: #ADFFD3;
}
.TagClassName
{
border-color: #ADFFD3;
}
</style>