Shades of Magic Mint #A1EBCC
Tints of Magic Mint #A1EBCC
RGB
CMYK
RGB Variations
Color information
#A1EBCC (or 0xA1EBCC) is known color: Magic Mint. HEX triplet: A1, EB and CC. RGB value is (161,235,204). Sum of RGB (Red+Green+Blue) = 161+235+204=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBCC is #5E1433. Grayscale: #D1D1D1. Windows color (decimal): -6165556 or 13429665. OLE color: 13429665.
HSL color Cylindrical-coordinate representation of color #A1EBCC: hue angle of 154.86º 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 #A1EBCC is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 204 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.08 |
| HSL | 154.86º | 0.65% | 0.78% | - |
| HSV(B) | 154.86º | 0.31% | 0.92% | - |
| XYZ | 55.31 | 71.35 | 67.98 | - |
| YUV | 209.34 | 124.98 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 204 | 0.31 | 0 | 0.13 | 0.08 | 154.86 | 0.65 | 0.78 |
| Hex | A1 | EB | CC | 1F | 0 | D | 8 | 9B | 41 | 4E |
| Octal | 241 | 353 | 314 | 37 | 0 | 15 | 10 | 233 | 101 | 116 |
| Binary | 10100001 | 11101011 | 11001100 | 11111 | 0 | 1101 | 1000 | 10011011 | 1000001 | 1001110 |
Color Harmonies of #A1EBCC
Complementary color
Monochromatic Colors of #A1EBCC
Black with #A1EBCC
Text Example
Text Example
White with #A1EBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBCC; }
p { color: rgb(161,235,204); }
H1.HeaderClassName
{
color: #A1EBCC;
}
.AnyTagClassName
{
color: #A1EBCC;
}
</style>
background-color css
<style>
a { background-color: #A1EBCC; }
a { background-color: rgb(161,235,204); }
div.DivClassName
{
background-color: #A1EBCC;
}
.BgClassName
{
background-color: #A1EBCC;
}
</style>
border-color css
<style>
span { border-color: #A1EBCC; }
span { border-color: rgb(161,235,204); }
td.TdClassName
{
border-color: #A1EBCC;
}
.TagClassName
{
border-color: #A1EBCC;
}
</style>