Shades of Magic Mint #A6EEC4
Tints of Magic Mint #A6EEC4
RGB
CMYK
RGB Variations
Color information
#A6EEC4 (or 0xA6EEC4) is known color: Magic Mint. HEX triplet: A6, EE and C4. RGB value is (166,238,196). Sum of RGB (Red+Green+Blue) = 166+238+196=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EEC4 is #59113B. Grayscale: #D3D3D3. Windows color (decimal): -5837116 or 12906150. OLE color: 12906150.
HSL color Cylindrical-coordinate representation of color #A6EEC4: hue angle of 145º 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 #A6EEC4 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 196 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.07 |
| HSL | 145º | 0.68% | 0.79% | - |
| HSV(B) | 145º | 0.3% | 0.93% | - |
| XYZ | 56.26 | 73.24 | 63.4 | - |
| YUV | 211.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 196 | 0.30 | 0 | 0.18 | 0.07 | 145 | 0.68 | 0.79 |
| Hex | A6 | EE | C4 | 1E | 0 | 12 | 7 | 91 | 44 | 4F |
| Octal | 246 | 356 | 304 | 36 | 0 | 22 | 7 | 221 | 104 | 117 |
| Binary | 10100110 | 11101110 | 11000100 | 11110 | 0 | 10010 | 111 | 10010001 | 1000100 | 1001111 |
Color Harmonies of #A6EEC4
Complementary color
Monochromatic Colors of #A6EEC4
Black with #A6EEC4
Text Example
Text Example
White with #A6EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEC4; }
p { color: rgb(166,238,196); }
H1.HeaderClassName
{
color: #A6EEC4;
}
.AnyTagClassName
{
color: #A6EEC4;
}
</style>
background-color css
<style>
a { background-color: #A6EEC4; }
a { background-color: rgb(166,238,196); }
div.DivClassName
{
background-color: #A6EEC4;
}
.BgClassName
{
background-color: #A6EEC4;
}
</style>
border-color css
<style>
span { border-color: #A6EEC4; }
span { border-color: rgb(166,238,196); }
td.TdClassName
{
border-color: #A6EEC4;
}
.TagClassName
{
border-color: #A6EEC4;
}
</style>