Shades of Magic Mint #A6EDCD
Tints of Magic Mint #A6EDCD
RGB
CMYK
RGB Variations
Color information
#A6EDCD (or 0xA6EDCD) is known color: Magic Mint. HEX triplet: A6, ED and CD. RGB value is (166,237,205). Sum of RGB (Red+Green+Blue) = 166+237+205=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDCD is #591232. Grayscale: #D4D4D4. Windows color (decimal): -5837363 or 13495718. OLE color: 13495718.
HSL color Cylindrical-coordinate representation of color #A6EDCD: hue angle of 152.96º 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 #A6EDCD is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 205 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.07 |
| HSL | 152.96º | 0.66% | 0.79% | - |
| HSV(B) | 152.96º | 0.3% | 0.93% | - |
| XYZ | 57.03 | 73.08 | 68.86 | - |
| YUV | 212.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 205 | 0.30 | 0 | 0.14 | 0.07 | 152.96 | 0.66 | 0.79 |
| Hex | A6 | ED | CD | 1E | 0 | E | 7 | 99 | 42 | 4F |
| Octal | 246 | 355 | 315 | 36 | 0 | 16 | 7 | 231 | 102 | 117 |
| Binary | 10100110 | 11101101 | 11001101 | 11110 | 0 | 1110 | 111 | 10011001 | 1000010 | 1001111 |
Color Harmonies of #A6EDCD
Complementary color
Monochromatic Colors of #A6EDCD
Black with #A6EDCD
Text Example
Text Example
White with #A6EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDCD; }
p { color: rgb(166,237,205); }
H1.HeaderClassName
{
color: #A6EDCD;
}
.AnyTagClassName
{
color: #A6EDCD;
}
</style>
background-color css
<style>
a { background-color: #A6EDCD; }
a { background-color: rgb(166,237,205); }
div.DivClassName
{
background-color: #A6EDCD;
}
.BgClassName
{
background-color: #A6EDCD;
}
</style>
border-color css
<style>
span { border-color: #A6EDCD; }
span { border-color: rgb(166,237,205); }
td.TdClassName
{
border-color: #A6EDCD;
}
.TagClassName
{
border-color: #A6EDCD;
}
</style>