Shades of Magic Mint #A6E6C2
Tints of Magic Mint #A6E6C2
RGB
CMYK
RGB Variations
Color information
#A6E6C2 (or 0xA6E6C2) is known color: Magic Mint. HEX triplet: A6, E6 and C2. RGB value is (166,230,194). Sum of RGB (Red+Green+Blue) = 166+230+194=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E6C2 is #59193D. Grayscale: #CECECE. Windows color (decimal): -5839166 or 12773030. OLE color: 12773030.
HSL color Cylindrical-coordinate representation of color #A6E6C2: hue angle of 146.25º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E6C2 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 194 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.10 |
| HSL | 146.25º | 0.56% | 0.78% | - |
| HSV(B) | 146.25º | 0.28% | 0.9% | - |
| XYZ | 53.76 | 68.6 | 61.45 | - |
| YUV | 206.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 194 | 0.28 | 0 | 0.16 | 0.10 | 146.25 | 0.56 | 0.78 |
| Hex | A6 | E6 | C2 | 1C | 0 | 10 | A | 92 | 38 | 4E |
| Octal | 246 | 346 | 302 | 34 | 0 | 20 | 12 | 222 | 70 | 116 |
| Binary | 10100110 | 11100110 | 11000010 | 11100 | 0 | 10000 | 1010 | 10010010 | 111000 | 1001110 |
Color Harmonies of #A6E6C2
Complementary color
Monochromatic Colors of #A6E6C2
Black with #A6E6C2
Text Example
Text Example
White with #A6E6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E6C2; }
p { color: rgb(166,230,194); }
H1.HeaderClassName
{
color: #A6E6C2;
}
.AnyTagClassName
{
color: #A6E6C2;
}
</style>
background-color css
<style>
a { background-color: #A6E6C2; }
a { background-color: rgb(166,230,194); }
div.DivClassName
{
background-color: #A6E6C2;
}
.BgClassName
{
background-color: #A6E6C2;
}
</style>
border-color css
<style>
span { border-color: #A6E6C2; }
span { border-color: rgb(166,230,194); }
td.TdClassName
{
border-color: #A6E6C2;
}
.TagClassName
{
border-color: #A6E6C2;
}
</style>