Shades of Magic Mint #A1EFBE
Tints of Magic Mint #A1EFBE
RGB
CMYK
RGB Variations
Color information
#A1EFBE (or 0xA1EFBE) is known color: Magic Mint. HEX triplet: A1, EF and BE. RGB value is (161,239,190). Sum of RGB (Red+Green+Blue) = 161+239+190=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFBE is #5E1041. Grayscale: #D2D2D2. Windows color (decimal): -6164546 or 12513185. OLE color: 12513185.
HSL color Cylindrical-coordinate representation of color #A1EFBE: hue angle of 142.31º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFBE is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 190 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.06 |
| HSL | 142.31º | 0.71% | 0.78% | - |
| HSV(B) | 142.31º | 0.33% | 0.94% | - |
| XYZ | 54.86 | 73.03 | 59.92 | - |
| YUV | 210.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 190 | 0.33 | 0 | 0.21 | 0.06 | 142.31 | 0.71 | 0.78 |
| Hex | A1 | EF | BE | 21 | 0 | 15 | 6 | 8E | 47 | 4E |
| Octal | 241 | 357 | 276 | 41 | 0 | 25 | 6 | 216 | 107 | 116 |
| Binary | 10100001 | 11101111 | 10111110 | 100001 | 0 | 10101 | 110 | 10001110 | 1000111 | 1001110 |
Color Harmonies of #A1EFBE
Complementary color
Monochromatic Colors of #A1EFBE
Black with #A1EFBE
Text Example
Text Example
White with #A1EFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFBE; }
p { color: rgb(161,239,190); }
H1.HeaderClassName
{
color: #A1EFBE;
}
.AnyTagClassName
{
color: #A1EFBE;
}
</style>
background-color css
<style>
a { background-color: #A1EFBE; }
a { background-color: rgb(161,239,190); }
div.DivClassName
{
background-color: #A1EFBE;
}
.BgClassName
{
background-color: #A1EFBE;
}
</style>
border-color css
<style>
span { border-color: #A1EFBE; }
span { border-color: rgb(161,239,190); }
td.TdClassName
{
border-color: #A1EFBE;
}
.TagClassName
{
border-color: #A1EFBE;
}
</style>