Shades of Magic Mint #A1EBC6
Tints of Magic Mint #A1EBC6
RGB
CMYK
RGB Variations
Color information
#A1EBC6 (or 0xA1EBC6) is known color: Magic Mint. HEX triplet: A1, EB and C6. RGB value is (161,235,198). Sum of RGB (Red+Green+Blue) = 161+235+198=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBC6 is #5E1439. Grayscale: #D0D0D0. Windows color (decimal): -6165562 or 13036449. OLE color: 13036449.
HSL color Cylindrical-coordinate representation of color #A1EBC6: hue angle of 150º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBC6 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 198 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.08 |
| HSL | 150º | 0.65% | 0.78% | - |
| HSV(B) | 150º | 0.31% | 0.92% | - |
| XYZ | 54.6 | 71.07 | 64.27 | - |
| YUV | 208.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 198 | 0.31 | 0 | 0.16 | 0.08 | 150 | 0.65 | 0.78 |
| Hex | A1 | EB | C6 | 1F | 0 | 10 | 8 | 96 | 41 | 4E |
| Octal | 241 | 353 | 306 | 37 | 0 | 20 | 10 | 226 | 101 | 116 |
| Binary | 10100001 | 11101011 | 11000110 | 11111 | 0 | 10000 | 1000 | 10010110 | 1000001 | 1001110 |
Color Harmonies of #A1EBC6
Complementary color
Monochromatic Colors of #A1EBC6
Black with #A1EBC6
Text Example
Text Example
White with #A1EBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBC6; }
p { color: rgb(161,235,198); }
H1.HeaderClassName
{
color: #A1EBC6;
}
.AnyTagClassName
{
color: #A1EBC6;
}
</style>
background-color css
<style>
a { background-color: #A1EBC6; }
a { background-color: rgb(161,235,198); }
div.DivClassName
{
background-color: #A1EBC6;
}
.BgClassName
{
background-color: #A1EBC6;
}
</style>
border-color css
<style>
span { border-color: #A1EBC6; }
span { border-color: rgb(161,235,198); }
td.TdClassName
{
border-color: #A1EBC6;
}
.TagClassName
{
border-color: #A1EBC6;
}
</style>