Shades of Magic Mint #A6E9C4
Tints of Magic Mint #A6E9C4
RGB
CMYK
RGB Variations
Color information
#A6E9C4 (or 0xA6E9C4) is known color: Magic Mint. HEX triplet: A6, E9 and C4. RGB value is (166,233,196). Sum of RGB (Red+Green+Blue) = 166+233+196=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E9C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E9C4 is #59163B. Grayscale: #D0D0D0. Windows color (decimal): -5838396 or 12904870. OLE color: 12904870.
HSL color Cylindrical-coordinate representation of color #A6E9C4: hue angle of 146.87º 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 #A6E9C4 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 196 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.09 |
| HSL | 146.87º | 0.6% | 0.78% | - |
| HSV(B) | 146.87º | 0.29% | 0.91% | - |
| XYZ | 54.83 | 70.37 | 62.92 | - |
| YUV | 208.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 196 | 0.29 | 0 | 0.16 | 0.09 | 146.87 | 0.6 | 0.78 |
| Hex | A6 | E9 | C4 | 1D | 0 | 10 | 9 | 93 | 3C | 4E |
| Octal | 246 | 351 | 304 | 35 | 0 | 20 | 11 | 223 | 74 | 116 |
| Binary | 10100110 | 11101001 | 11000100 | 11101 | 0 | 10000 | 1001 | 10010011 | 111100 | 1001110 |
Color Harmonies of #A6E9C4
Complementary color
Monochromatic Colors of #A6E9C4
Black with #A6E9C4
Text Example
Text Example
White with #A6E9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E9C4; }
p { color: rgb(166,233,196); }
H1.HeaderClassName
{
color: #A6E9C4;
}
.AnyTagClassName
{
color: #A6E9C4;
}
</style>
background-color css
<style>
a { background-color: #A6E9C4; }
a { background-color: rgb(166,233,196); }
div.DivClassName
{
background-color: #A6E9C4;
}
.BgClassName
{
background-color: #A6E9C4;
}
</style>
border-color css
<style>
span { border-color: #A6E9C4; }
span { border-color: rgb(166,233,196); }
td.TdClassName
{
border-color: #A6E9C4;
}
.TagClassName
{
border-color: #A6E9C4;
}
</style>