Shades of Magic Mint #A6E9CE
Tints of Magic Mint #A6E9CE
RGB
CMYK
RGB Variations
Color information
#A6E9CE (or 0xA6E9CE) is known color: Magic Mint. HEX triplet: A6, E9 and CE. RGB value is (166,233,206). Sum of RGB (Red+Green+Blue) = 166+233+206=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E9CE is #591631. Grayscale: #D1D1D1. Windows color (decimal): -5838386 or 13560230. OLE color: 13560230.
HSL color Cylindrical-coordinate representation of color #A6E9CE: hue angle of 155.82º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E9CE is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 206 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.09 |
| HSL | 155.82º | 0.6% | 0.78% | - |
| HSV(B) | 155.82º | 0.29% | 0.91% | - |
| XYZ | 56.01 | 70.84 | 69.11 | - |
| YUV | 209.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 206 | 0.29 | 0 | 0.12 | 0.09 | 155.82 | 0.6 | 0.78 |
| Hex | A6 | E9 | CE | 1D | 0 | C | 9 | 9C | 3C | 4E |
| Octal | 246 | 351 | 316 | 35 | 0 | 14 | 11 | 234 | 74 | 116 |
| Binary | 10100110 | 11101001 | 11001110 | 11101 | 0 | 1100 | 1001 | 10011100 | 111100 | 1001110 |
Color Harmonies of #A6E9CE
Complementary color
Monochromatic Colors of #A6E9CE
Black with #A6E9CE
Text Example
Text Example
White with #A6E9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E9CE; }
p { color: rgb(166,233,206); }
H1.HeaderClassName
{
color: #A6E9CE;
}
.AnyTagClassName
{
color: #A6E9CE;
}
</style>
background-color css
<style>
a { background-color: #A6E9CE; }
a { background-color: rgb(166,233,206); }
div.DivClassName
{
background-color: #A6E9CE;
}
.BgClassName
{
background-color: #A6E9CE;
}
</style>
border-color css
<style>
span { border-color: #A6E9CE; }
span { border-color: rgb(166,233,206); }
td.TdClassName
{
border-color: #A6E9CE;
}
.TagClassName
{
border-color: #A6E9CE;
}
</style>