Shades of Magic Mint #A6ECC8
Tints of Magic Mint #A6ECC8
RGB
CMYK
RGB Variations
Color information
#A6ECC8 (or 0xA6ECC8) is known color: Magic Mint. HEX triplet: A6, EC and C8. RGB value is (166,236,200). Sum of RGB (Red+Green+Blue) = 166+236+200=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECC8 is #591337. Grayscale: #D3D3D3. Windows color (decimal): -5837624 or 13167782. OLE color: 13167782.
HSL color Cylindrical-coordinate representation of color #A6ECC8: hue angle of 149.14º degrees, saturation: 0.65, 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 #A6ECC8 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 200 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.07 |
| HSL | 149.14º | 0.65% | 0.79% | - |
| HSV(B) | 149.14º | 0.3% | 0.93% | - |
| XYZ | 56.15 | 72.27 | 65.63 | - |
| YUV | 210.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 200 | 0.30 | 0 | 0.15 | 0.07 | 149.14 | 0.65 | 0.79 |
| Hex | A6 | EC | C8 | 1E | 0 | F | 7 | 95 | 41 | 4F |
| Octal | 246 | 354 | 310 | 36 | 0 | 17 | 7 | 225 | 101 | 117 |
| Binary | 10100110 | 11101100 | 11001000 | 11110 | 0 | 1111 | 111 | 10010101 | 1000001 | 1001111 |
Color Harmonies of #A6ECC8
Complementary color
Monochromatic Colors of #A6ECC8
Black with #A6ECC8
Text Example
Text Example
White with #A6ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECC8; }
p { color: rgb(166,236,200); }
H1.HeaderClassName
{
color: #A6ECC8;
}
.AnyTagClassName
{
color: #A6ECC8;
}
</style>
background-color css
<style>
a { background-color: #A6ECC8; }
a { background-color: rgb(166,236,200); }
div.DivClassName
{
background-color: #A6ECC8;
}
.BgClassName
{
background-color: #A6ECC8;
}
</style>
border-color css
<style>
span { border-color: #A6ECC8; }
span { border-color: rgb(166,236,200); }
td.TdClassName
{
border-color: #A6ECC8;
}
.TagClassName
{
border-color: #A6ECC8;
}
</style>