Shades of Magic Mint #A6FED3
Tints of Magic Mint #A6FED3
RGB
CMYK
RGB Variations
Color information
#A6FED3 (or 0xA6FED3) is known color: Magic Mint. HEX triplet: A6, FE and D3. RGB value is (166,254,211). Sum of RGB (Red+Green+Blue) = 166+254+211=631 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.31% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FED3 is #59012C. Grayscale: #DEDEDE. Windows color (decimal): -5833005 or 13893286. OLE color: 13893286.
HSL color Cylindrical-coordinate representation of color #A6FED3: hue angle of 150.68º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FED3 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 211 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.00 |
| HSL | 150.68º | 0.98% | 0.82% | - |
| HSV(B) | 150.68º | 0.35% | 1% | - |
| XYZ | 62.93 | 83.69 | 74.47 | - |
| YUV | 222.79 | 121.35 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 211 | 0.35 | 0 | 0.17 | 0.00 | 150.68 | 0.98 | 0.82 |
| Hex | A6 | FE | D3 | 23 | 0 | 11 | 0 | 97 | 62 | 52 |
| Octal | 246 | 376 | 323 | 43 | 0 | 21 | 0 | 227 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11010011 | 100011 | 0 | 10001 | 0 | 10010111 | 1100010 | 1010010 |
Color Harmonies of #A6FED3
Complementary color
Monochromatic Colors of #A6FED3
Black with #A6FED3
Text Example
Text Example
White with #A6FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FED3; }
p { color: rgb(166,254,211); }
H1.HeaderClassName
{
color: #A6FED3;
}
.AnyTagClassName
{
color: #A6FED3;
}
</style>
background-color css
<style>
a { background-color: #A6FED3; }
a { background-color: rgb(166,254,211); }
div.DivClassName
{
background-color: #A6FED3;
}
.BgClassName
{
background-color: #A6FED3;
}
</style>
border-color css
<style>
span { border-color: #A6FED3; }
span { border-color: rgb(166,254,211); }
td.TdClassName
{
border-color: #A6FED3;
}
.TagClassName
{
border-color: #A6FED3;
}
</style>