Shades of Magic Mint #A6EAC1
Tints of Magic Mint #A6EAC1
RGB
CMYK
RGB Variations
Color information
#A6EAC1 (or 0xA6EAC1) is known color: Magic Mint. HEX triplet: A6, EA and C1. RGB value is (166,234,193). Sum of RGB (Red+Green+Blue) = 166+234+193=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EAC1 is #59153E. Grayscale: #D1D1D1. Windows color (decimal): -5838143 or 12708518. OLE color: 12708518.
HSL color Cylindrical-coordinate representation of color #A6EAC1: hue angle of 143.82º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAC1 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 193 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.08 |
| HSL | 143.82º | 0.62% | 0.78% | - |
| HSV(B) | 143.82º | 0.29% | 0.92% | - |
| XYZ | 54.77 | 70.8 | 61.23 | - |
| YUV | 208.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 193 | 0.29 | 0 | 0.18 | 0.08 | 143.82 | 0.62 | 0.78 |
| Hex | A6 | EA | C1 | 1D | 0 | 12 | 8 | 90 | 3E | 4E |
| Octal | 246 | 352 | 301 | 35 | 0 | 22 | 10 | 220 | 76 | 116 |
| Binary | 10100110 | 11101010 | 11000001 | 11101 | 0 | 10010 | 1000 | 10010000 | 111110 | 1001110 |
Color Harmonies of #A6EAC1
Complementary color
Monochromatic Colors of #A6EAC1
Black with #A6EAC1
Text Example
Text Example
White with #A6EAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EAC1; }
p { color: rgb(166,234,193); }
H1.HeaderClassName
{
color: #A6EAC1;
}
.AnyTagClassName
{
color: #A6EAC1;
}
</style>
background-color css
<style>
a { background-color: #A6EAC1; }
a { background-color: rgb(166,234,193); }
div.DivClassName
{
background-color: #A6EAC1;
}
.BgClassName
{
background-color: #A6EAC1;
}
</style>
border-color css
<style>
span { border-color: #A6EAC1; }
span { border-color: rgb(166,234,193); }
td.TdClassName
{
border-color: #A6EAC1;
}
.TagClassName
{
border-color: #A6EAC1;
}
</style>