Shades of Magic Mint #A1EEBF
Tints of Magic Mint #A1EEBF
RGB
CMYK
RGB Variations
Color information
#A1EEBF (or 0xA1EEBF) is known color: Magic Mint. HEX triplet: A1, EE and BF. RGB value is (161,238,191). Sum of RGB (Red+Green+Blue) = 161+238+191=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEBF is #5E1140. Grayscale: #D1D1D1. Windows color (decimal): -6164801 or 12578465. OLE color: 12578465.
HSL color Cylindrical-coordinate representation of color #A1EEBF: hue angle of 143.38º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EEBF is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 191 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.07 |
| HSL | 143.38º | 0.69% | 0.78% | - |
| HSV(B) | 143.38º | 0.32% | 0.93% | - |
| XYZ | 54.68 | 72.49 | 60.4 | - |
| YUV | 209.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 191 | 0.32 | 0 | 0.20 | 0.07 | 143.38 | 0.69 | 0.78 |
| Hex | A1 | EE | BF | 20 | 0 | 14 | 7 | 8F | 45 | 4E |
| Octal | 241 | 356 | 277 | 40 | 0 | 24 | 7 | 217 | 105 | 116 |
| Binary | 10100001 | 11101110 | 10111111 | 100000 | 0 | 10100 | 111 | 10001111 | 1000101 | 1001110 |
Color Harmonies of #A1EEBF
Complementary color
Monochromatic Colors of #A1EEBF
Black with #A1EEBF
Text Example
Text Example
White with #A1EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEBF; }
p { color: rgb(161,238,191); }
H1.HeaderClassName
{
color: #A1EEBF;
}
.AnyTagClassName
{
color: #A1EEBF;
}
</style>
background-color css
<style>
a { background-color: #A1EEBF; }
a { background-color: rgb(161,238,191); }
div.DivClassName
{
background-color: #A1EEBF;
}
.BgClassName
{
background-color: #A1EEBF;
}
</style>
border-color css
<style>
span { border-color: #A1EEBF; }
span { border-color: rgb(161,238,191); }
td.TdClassName
{
border-color: #A1EEBF;
}
.TagClassName
{
border-color: #A1EEBF;
}
</style>