Shades of Magic Mint #A6EED2
Tints of Magic Mint #A6EED2
RGB
CMYK
RGB Variations
Color information
#A6EED2 (or 0xA6EED2) is known color: Magic Mint. HEX triplet: A6, EE and D2. RGB value is (166,238,210). Sum of RGB (Red+Green+Blue) = 166+238+210=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EED2 is #59112D. Grayscale: #D5D5D5. Windows color (decimal): -5837102 or 13823654. OLE color: 13823654.
HSL color Cylindrical-coordinate representation of color #A6EED2: hue angle of 156.67º 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 #A6EED2 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 210 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.07 |
| HSL | 156.67º | 0.68% | 0.79% | - |
| HSV(B) | 156.67º | 0.3% | 0.93% | - |
| XYZ | 57.93 | 73.91 | 72.19 | - |
| YUV | 213.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 210 | 0.30 | 0 | 0.12 | 0.07 | 156.67 | 0.68 | 0.79 |
| Hex | A6 | EE | D2 | 1E | 0 | C | 7 | 9D | 44 | 4F |
| Octal | 246 | 356 | 322 | 36 | 0 | 14 | 7 | 235 | 104 | 117 |
| Binary | 10100110 | 11101110 | 11010010 | 11110 | 0 | 1100 | 111 | 10011101 | 1000100 | 1001111 |
Color Harmonies of #A6EED2
Complementary color
Monochromatic Colors of #A6EED2
Black with #A6EED2
Text Example
Text Example
White with #A6EED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EED2; }
p { color: rgb(166,238,210); }
H1.HeaderClassName
{
color: #A6EED2;
}
.AnyTagClassName
{
color: #A6EED2;
}
</style>
background-color css
<style>
a { background-color: #A6EED2; }
a { background-color: rgb(166,238,210); }
div.DivClassName
{
background-color: #A6EED2;
}
.BgClassName
{
background-color: #A6EED2;
}
</style>
border-color css
<style>
span { border-color: #A6EED2; }
span { border-color: rgb(166,238,210); }
td.TdClassName
{
border-color: #A6EED2;
}
.TagClassName
{
border-color: #A6EED2;
}
</style>