Shades of Magic Mint #A6FECB
Tints of Magic Mint #A6FECB
RGB
CMYK
RGB Variations
Color information
#A6FECB (or 0xA6FECB) is known color: Magic Mint. HEX triplet: A6, FE and CB. RGB value is (166,254,203). Sum of RGB (Red+Green+Blue) = 166+254+203=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FECB is #590134. Grayscale: #DDDDDD. Windows color (decimal): -5833013 or 13368998. OLE color: 13368998.
HSL color Cylindrical-coordinate representation of color #A6FECB: hue angle of 145.23º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FECB is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 254 | 203 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.00 |
| HSL | 145.23º | 0.98% | 0.82% | - |
| HSV(B) | 145.23º | 0.35% | 1% | - |
| XYZ | 61.95 | 83.3 | 69.31 | - |
| YUV | 221.87 | 117.35 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 254 | 203 | 0.35 | 0 | 0.20 | 0.00 | 145.23 | 0.98 | 0.82 |
| Hex | A6 | FE | CB | 23 | 0 | 14 | 0 | 91 | 62 | 52 |
| Octal | 246 | 376 | 313 | 43 | 0 | 24 | 0 | 221 | 142 | 122 |
| Binary | 10100110 | 11111110 | 11001011 | 100011 | 0 | 10100 | 0 | 10010001 | 1100010 | 1010010 |
Color Harmonies of #A6FECB
Complementary color
Monochromatic Colors of #A6FECB
Black with #A6FECB
Text Example
Text Example
White with #A6FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FECB; }
p { color: rgb(166,254,203); }
H1.HeaderClassName
{
color: #A6FECB;
}
.AnyTagClassName
{
color: #A6FECB;
}
</style>
background-color css
<style>
a { background-color: #A6FECB; }
a { background-color: rgb(166,254,203); }
div.DivClassName
{
background-color: #A6FECB;
}
.BgClassName
{
background-color: #A6FECB;
}
</style>
border-color css
<style>
span { border-color: #A6FECB; }
span { border-color: rgb(166,254,203); }
td.TdClassName
{
border-color: #A6FECB;
}
.TagClassName
{
border-color: #A6FECB;
}
</style>