Shades of Magic Mint #A3EFBE
Tints of Magic Mint #A3EFBE
RGB
CMYK
RGB Variations
Color information
#A3EFBE (or 0xA3EFBE) is known color: Magic Mint. HEX triplet: A3, EF and BE. RGB value is (163,239,190). Sum of RGB (Red+Green+Blue) = 163+239+190=592 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.53% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EFBE is #5C1041. Grayscale: #D2D2D2. Windows color (decimal): -6033474 or 12513187. OLE color: 12513187.
HSL color Cylindrical-coordinate representation of color #A3EFBE: hue angle of 141.32º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EFBE is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 239 | 190 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.06 |
| HSL | 141.32º | 0.7% | 0.79% | - |
| HSV(B) | 141.32º | 0.32% | 0.94% | - |
| XYZ | 55.27 | 73.24 | 59.94 | - |
| YUV | 210.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 239 | 190 | 0.32 | 0 | 0.21 | 0.06 | 141.32 | 0.7 | 0.79 |
| Hex | A3 | EF | BE | 20 | 0 | 15 | 6 | 8D | 46 | 4F |
| Octal | 243 | 357 | 276 | 40 | 0 | 25 | 6 | 215 | 106 | 117 |
| Binary | 10100011 | 11101111 | 10111110 | 100000 | 0 | 10101 | 110 | 10001101 | 1000110 | 1001111 |
Color Harmonies of #A3EFBE
Complementary color
Monochromatic Colors of #A3EFBE
Black with #A3EFBE
Text Example
Text Example
White with #A3EFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EFBE; }
p { color: rgb(163,239,190); }
H1.HeaderClassName
{
color: #A3EFBE;
}
.AnyTagClassName
{
color: #A3EFBE;
}
</style>
background-color css
<style>
a { background-color: #A3EFBE; }
a { background-color: rgb(163,239,190); }
div.DivClassName
{
background-color: #A3EFBE;
}
.BgClassName
{
background-color: #A3EFBE;
}
</style>
border-color css
<style>
span { border-color: #A3EFBE; }
span { border-color: rgb(163,239,190); }
td.TdClassName
{
border-color: #A3EFBE;
}
.TagClassName
{
border-color: #A3EFBE;
}
</style>