Shades of Magic Mint #A6EBCE
Tints of Magic Mint #A6EBCE
RGB
CMYK
RGB Variations
Color information
#A6EBCE (or 0xA6EBCE) is known color: Magic Mint. HEX triplet: A6, EB and CE. RGB value is (166,235,206). Sum of RGB (Red+Green+Blue) = 166+235+206=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBCE is #591431. Grayscale: #D3D3D3. Windows color (decimal): -5837874 or 13560742. OLE color: 13560742.
HSL color Cylindrical-coordinate representation of color #A6EBCE: hue angle of 154.78º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EBCE is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 235 | 206 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.08 |
| HSL | 154.78º | 0.63% | 0.79% | - |
| HSV(B) | 154.78º | 0.29% | 0.92% | - |
| XYZ | 56.57 | 71.98 | 69.3 | - |
| YUV | 211.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 235 | 206 | 0.29 | 0 | 0.12 | 0.08 | 154.78 | 0.63 | 0.79 |
| Hex | A6 | EB | CE | 1D | 0 | C | 8 | 9B | 3F | 4F |
| Octal | 246 | 353 | 316 | 35 | 0 | 14 | 10 | 233 | 77 | 117 |
| Binary | 10100110 | 11101011 | 11001110 | 11101 | 0 | 1100 | 1000 | 10011011 | 111111 | 1001111 |
Color Harmonies of #A6EBCE
Complementary color
Monochromatic Colors of #A6EBCE
Black with #A6EBCE
Text Example
Text Example
White with #A6EBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EBCE; }
p { color: rgb(166,235,206); }
H1.HeaderClassName
{
color: #A6EBCE;
}
.AnyTagClassName
{
color: #A6EBCE;
}
</style>
background-color css
<style>
a { background-color: #A6EBCE; }
a { background-color: rgb(166,235,206); }
div.DivClassName
{
background-color: #A6EBCE;
}
.BgClassName
{
background-color: #A6EBCE;
}
</style>
border-color css
<style>
span { border-color: #A6EBCE; }
span { border-color: rgb(166,235,206); }
td.TdClassName
{
border-color: #A6EBCE;
}
.TagClassName
{
border-color: #A6EBCE;
}
</style>