Shades of Magic Mint #A6EDD2
Tints of Magic Mint #A6EDD2
RGB
CMYK
RGB Variations
Color information
#A6EDD2 (or 0xA6EDD2) is known color: Magic Mint. HEX triplet: A6, ED and D2. RGB value is (166,237,210). Sum of RGB (Red+Green+Blue) = 166+237+210=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDD2 is #59122D. Grayscale: #D4D4D4. Windows color (decimal): -5837358 or 13823398. OLE color: 13823398.
HSL color Cylindrical-coordinate representation of color #A6EDD2: hue angle of 157.18º 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 #A6EDD2 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 210 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.07 |
| HSL | 157.18º | 0.66% | 0.79% | - |
| HSV(B) | 157.18º | 0.3% | 0.93% | - |
| XYZ | 57.64 | 73.33 | 72.09 | - |
| YUV | 212.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 210 | 0.30 | 0 | 0.11 | 0.07 | 157.18 | 0.66 | 0.79 |
| Hex | A6 | ED | D2 | 1E | 0 | B | 7 | 9D | 42 | 4F |
| Octal | 246 | 355 | 322 | 36 | 0 | 13 | 7 | 235 | 102 | 117 |
| Binary | 10100110 | 11101101 | 11010010 | 11110 | 0 | 1011 | 111 | 10011101 | 1000010 | 1001111 |
Color Harmonies of #A6EDD2
Complementary color
Monochromatic Colors of #A6EDD2
Black with #A6EDD2
Text Example
Text Example
White with #A6EDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDD2; }
p { color: rgb(166,237,210); }
H1.HeaderClassName
{
color: #A6EDD2;
}
.AnyTagClassName
{
color: #A6EDD2;
}
</style>
background-color css
<style>
a { background-color: #A6EDD2; }
a { background-color: rgb(166,237,210); }
div.DivClassName
{
background-color: #A6EDD2;
}
.BgClassName
{
background-color: #A6EDD2;
}
</style>
border-color css
<style>
span { border-color: #A6EDD2; }
span { border-color: rgb(166,237,210); }
td.TdClassName
{
border-color: #A6EDD2;
}
.TagClassName
{
border-color: #A6EDD2;
}
</style>