Shades of Magic Mint #A6E9CB
Tints of Magic Mint #A6E9CB
RGB
CMYK
RGB Variations
Color information
#A6E9CB (or 0xA6E9CB) is known color: Magic Mint. HEX triplet: A6, E9 and CB. RGB value is (166,233,203). Sum of RGB (Red+Green+Blue) = 166+233+203=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E9CB is #591634. Grayscale: #D1D1D1. Windows color (decimal): -5838389 or 13363622. OLE color: 13363622.
HSL color Cylindrical-coordinate representation of color #A6E9CB: hue angle of 153.13º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E9CB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 203 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.09 |
| HSL | 153.13º | 0.6% | 0.78% | - |
| HSV(B) | 153.13º | 0.29% | 0.91% | - |
| XYZ | 55.64 | 70.7 | 67.21 | - |
| YUV | 209.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 203 | 0.29 | 0 | 0.13 | 0.09 | 153.13 | 0.6 | 0.78 |
| Hex | A6 | E9 | CB | 1D | 0 | D | 9 | 99 | 3C | 4E |
| Octal | 246 | 351 | 313 | 35 | 0 | 15 | 11 | 231 | 74 | 116 |
| Binary | 10100110 | 11101001 | 11001011 | 11101 | 0 | 1101 | 1001 | 10011001 | 111100 | 1001110 |
Color Harmonies of #A6E9CB
Complementary color
Monochromatic Colors of #A6E9CB
Black with #A6E9CB
Text Example
Text Example
White with #A6E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E9CB; }
p { color: rgb(166,233,203); }
H1.HeaderClassName
{
color: #A6E9CB;
}
.AnyTagClassName
{
color: #A6E9CB;
}
</style>
background-color css
<style>
a { background-color: #A6E9CB; }
a { background-color: rgb(166,233,203); }
div.DivClassName
{
background-color: #A6E9CB;
}
.BgClassName
{
background-color: #A6E9CB;
}
</style>
border-color css
<style>
span { border-color: #A6E9CB; }
span { border-color: rgb(166,233,203); }
td.TdClassName
{
border-color: #A6E9CB;
}
.TagClassName
{
border-color: #A6E9CB;
}
</style>