Shades of Magic Mint #A6ECCD
Tints of Magic Mint #A6ECCD
RGB
CMYK
RGB Variations
Color information
#A6ECCD (or 0xA6ECCD) is known color: Magic Mint. HEX triplet: A6, EC and CD. RGB value is (166,236,205). Sum of RGB (Red+Green+Blue) = 166+236+205=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECCD is #591332. Grayscale: #D3D3D3. Windows color (decimal): -5837619 or 13495462. OLE color: 13495462.
HSL color Cylindrical-coordinate representation of color #A6ECCD: hue angle of 153.43º 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 #A6ECCD is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 205 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.07 |
| HSL | 153.43º | 0.65% | 0.79% | - |
| HSV(B) | 153.43º | 0.3% | 0.93% | - |
| XYZ | 56.74 | 72.51 | 68.76 | - |
| YUV | 211.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 205 | 0.30 | 0 | 0.13 | 0.07 | 153.43 | 0.65 | 0.79 |
| Hex | A6 | EC | CD | 1E | 0 | D | 7 | 99 | 41 | 4F |
| Octal | 246 | 354 | 315 | 36 | 0 | 15 | 7 | 231 | 101 | 117 |
| Binary | 10100110 | 11101100 | 11001101 | 11110 | 0 | 1101 | 111 | 10011001 | 1000001 | 1001111 |
Color Harmonies of #A6ECCD
Complementary color
Monochromatic Colors of #A6ECCD
Black with #A6ECCD
Text Example
Text Example
White with #A6ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECCD; }
p { color: rgb(166,236,205); }
H1.HeaderClassName
{
color: #A6ECCD;
}
.AnyTagClassName
{
color: #A6ECCD;
}
</style>
background-color css
<style>
a { background-color: #A6ECCD; }
a { background-color: rgb(166,236,205); }
div.DivClassName
{
background-color: #A6ECCD;
}
.BgClassName
{
background-color: #A6ECCD;
}
</style>
border-color css
<style>
span { border-color: #A6ECCD; }
span { border-color: rgb(166,236,205); }
td.TdClassName
{
border-color: #A6ECCD;
}
.TagClassName
{
border-color: #A6ECCD;
}
</style>