Shades of Magic Mint #A6EEC1
Tints of Magic Mint #A6EEC1
RGB
CMYK
RGB Variations
Color information
#A6EEC1 (or 0xA6EEC1) is known color: Magic Mint. HEX triplet: A6, EE and C1. RGB value is (166,238,193). Sum of RGB (Red+Green+Blue) = 166+238+193=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EEC1 is #59113E. Grayscale: #D3D3D3. Windows color (decimal): -5837119 or 12709542. OLE color: 12709542.
HSL color Cylindrical-coordinate representation of color #A6EEC1: hue angle of 142.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EEC1 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 193 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.07 |
| HSL | 142.5º | 0.68% | 0.79% | - |
| HSV(B) | 142.5º | 0.3% | 0.93% | - |
| XYZ | 55.93 | 73.11 | 61.62 | - |
| YUV | 211.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 193 | 0.30 | 0 | 0.19 | 0.07 | 142.5 | 0.68 | 0.79 |
| Hex | A6 | EE | C1 | 1E | 0 | 13 | 7 | 8E | 44 | 4F |
| Octal | 246 | 356 | 301 | 36 | 0 | 23 | 7 | 216 | 104 | 117 |
| Binary | 10100110 | 11101110 | 11000001 | 11110 | 0 | 10011 | 111 | 10001110 | 1000100 | 1001111 |
Color Harmonies of #A6EEC1
Complementary color
Monochromatic Colors of #A6EEC1
Black with #A6EEC1
Text Example
Text Example
White with #A6EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEC1; }
p { color: rgb(166,238,193); }
H1.HeaderClassName
{
color: #A6EEC1;
}
.AnyTagClassName
{
color: #A6EEC1;
}
</style>
background-color css
<style>
a { background-color: #A6EEC1; }
a { background-color: rgb(166,238,193); }
div.DivClassName
{
background-color: #A6EEC1;
}
.BgClassName
{
background-color: #A6EEC1;
}
</style>
border-color css
<style>
span { border-color: #A6EEC1; }
span { border-color: rgb(166,238,193); }
td.TdClassName
{
border-color: #A6EEC1;
}
.TagClassName
{
border-color: #A6EEC1;
}
</style>