Shades of Magic Mint #A6FFD3
Tints of Magic Mint #A6FFD3
RGB
CMYK
RGB Variations
Color information
#A6FFD3 (or 0xA6FFD3) is known color: Magic Mint. HEX triplet: A6, FF and D3. RGB value is (166,255,211). Sum of RGB (Red+Green+Blue) = 166+255+211=632 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.27% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFD3 is #59002C. Grayscale: #DFDFDF. Windows color (decimal): -5832749 or 13893542. OLE color: 13893542.
HSL color Cylindrical-coordinate representation of color #A6FFD3: hue angle of 150.34º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFD3 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 211 | - |
| CMYK | 0.35 | 0 | 0.17 | 0 |
| HSL | 150.34º | 1% | 0.83% | - |
| HSV(B) | 150.34º | 0.35% | 1% | - |
| XYZ | 63.24 | 84.33 | 74.57 | - |
| YUV | 223.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 211 | 0.35 | 0 | 0.17 | 0 | 150.34 | 1 | 0.83 |
| Hex | A6 | FF | D3 | 23 | 0 | 11 | 0 | 96 | 64 | 53 |
| Octal | 246 | 377 | 323 | 43 | 0 | 21 | 0 | 226 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11010011 | 100011 | 0 | 10001 | 0 | 10010110 | 1100100 | 1010011 |
Color Harmonies of #A6FFD3
Complementary color
Monochromatic Colors of #A6FFD3
Black with #A6FFD3
Text Example
Text Example
White with #A6FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFD3; }
p { color: rgb(166,255,211); }
H1.HeaderClassName
{
color: #A6FFD3;
}
.AnyTagClassName
{
color: #A6FFD3;
}
</style>
background-color css
<style>
a { background-color: #A6FFD3; }
a { background-color: rgb(166,255,211); }
div.DivClassName
{
background-color: #A6FFD3;
}
.BgClassName
{
background-color: #A6FFD3;
}
</style>
border-color css
<style>
span { border-color: #A6FFD3; }
span { border-color: rgb(166,255,211); }
td.TdClassName
{
border-color: #A6FFD3;
}
.TagClassName
{
border-color: #A6FFD3;
}
</style>