Shades of Magic Mint #A6EDCC
Tints of Magic Mint #A6EDCC
RGB
CMYK
RGB Variations
Color information
#A6EDCC (or 0xA6EDCC) is known color: Magic Mint. HEX triplet: A6, ED and CC. RGB value is (166,237,204). Sum of RGB (Red+Green+Blue) = 166+237+204=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDCC is #591233. Grayscale: #D4D4D4. Windows color (decimal): -5837364 or 13430182. OLE color: 13430182.
HSL color Cylindrical-coordinate representation of color #A6EDCC: hue angle of 152.11º 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 #A6EDCC is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 204 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.07 |
| HSL | 152.11º | 0.66% | 0.79% | - |
| HSV(B) | 152.11º | 0.3% | 0.93% | - |
| XYZ | 56.91 | 73.04 | 68.22 | - |
| YUV | 212.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 204 | 0.30 | 0 | 0.14 | 0.07 | 152.11 | 0.66 | 0.79 |
| Hex | A6 | ED | CC | 1E | 0 | E | 7 | 98 | 42 | 4F |
| Octal | 246 | 355 | 314 | 36 | 0 | 16 | 7 | 230 | 102 | 117 |
| Binary | 10100110 | 11101101 | 11001100 | 11110 | 0 | 1110 | 111 | 10011000 | 1000010 | 1001111 |
Color Harmonies of #A6EDCC
Complementary color
Monochromatic Colors of #A6EDCC
Black with #A6EDCC
Text Example
Text Example
White with #A6EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDCC; }
p { color: rgb(166,237,204); }
H1.HeaderClassName
{
color: #A6EDCC;
}
.AnyTagClassName
{
color: #A6EDCC;
}
</style>
background-color css
<style>
a { background-color: #A6EDCC; }
a { background-color: rgb(166,237,204); }
div.DivClassName
{
background-color: #A6EDCC;
}
.BgClassName
{
background-color: #A6EDCC;
}
</style>
border-color css
<style>
span { border-color: #A6EDCC; }
span { border-color: rgb(166,237,204); }
td.TdClassName
{
border-color: #A6EDCC;
}
.TagClassName
{
border-color: #A6EDCC;
}
</style>