Shades of Magic Mint #A6EDD0
Tints of Magic Mint #A6EDD0
RGB
CMYK
RGB Variations
Color information
#A6EDD0 (or 0xA6EDD0) is known color: Magic Mint. HEX triplet: A6, ED and D0. RGB value is (166,237,208). Sum of RGB (Red+Green+Blue) = 166+237+208=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDD0 is #59122F. Grayscale: #D4D4D4. Windows color (decimal): -5837360 or 13692326. OLE color: 13692326.
HSL color Cylindrical-coordinate representation of color #A6EDD0: hue angle of 155.49º degrees, saturation: 0.66, 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 #A6EDD0 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 208 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.07 |
| HSL | 155.49º | 0.66% | 0.79% | - |
| HSV(B) | 155.49º | 0.3% | 0.93% | - |
| XYZ | 57.4 | 73.23 | 70.78 | - |
| YUV | 212.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 208 | 0.30 | 0 | 0.12 | 0.07 | 155.49 | 0.66 | 0.79 |
| Hex | A6 | ED | D0 | 1E | 0 | C | 7 | 9B | 42 | 4F |
| Octal | 246 | 355 | 320 | 36 | 0 | 14 | 7 | 233 | 102 | 117 |
| Binary | 10100110 | 11101101 | 11010000 | 11110 | 0 | 1100 | 111 | 10011011 | 1000010 | 1001111 |
Color Harmonies of #A6EDD0
Complementary color
Monochromatic Colors of #A6EDD0
Black with #A6EDD0
Text Example
Text Example
White with #A6EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDD0; }
p { color: rgb(166,237,208); }
H1.HeaderClassName
{
color: #A6EDD0;
}
.AnyTagClassName
{
color: #A6EDD0;
}
</style>
background-color css
<style>
a { background-color: #A6EDD0; }
a { background-color: rgb(166,237,208); }
div.DivClassName
{
background-color: #A6EDD0;
}
.BgClassName
{
background-color: #A6EDD0;
}
</style>
border-color css
<style>
span { border-color: #A6EDD0; }
span { border-color: rgb(166,237,208); }
td.TdClassName
{
border-color: #A6EDD0;
}
.TagClassName
{
border-color: #A6EDD0;
}
</style>