Shades of Magic Mint #A3ECBE
Tints of Magic Mint #A3ECBE
RGB
CMYK
RGB Variations
Color information
#A3ECBE (or 0xA3ECBE) is known color: Magic Mint. HEX triplet: A3, EC and BE. RGB value is (163,236,190). Sum of RGB (Red+Green+Blue) = 163+236+190=589 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.67% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECBE is #5C1341. Grayscale: #D1D1D1. Windows color (decimal): -6034242 or 12512419. OLE color: 12512419.
HSL color Cylindrical-coordinate representation of color #A3ECBE: hue angle of 142.19º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ECBE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 190 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.07 |
| HSL | 142.19º | 0.66% | 0.78% | - |
| HSV(B) | 142.19º | 0.31% | 0.93% | - |
| XYZ | 54.39 | 71.5 | 59.65 | - |
| YUV | 208.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 190 | 0.31 | 0 | 0.19 | 0.07 | 142.19 | 0.66 | 0.78 |
| Hex | A3 | EC | BE | 1F | 0 | 13 | 7 | 8E | 42 | 4E |
| Octal | 243 | 354 | 276 | 37 | 0 | 23 | 7 | 216 | 102 | 116 |
| Binary | 10100011 | 11101100 | 10111110 | 11111 | 0 | 10011 | 111 | 10001110 | 1000010 | 1001110 |
Color Harmonies of #A3ECBE
Complementary color
Monochromatic Colors of #A3ECBE
Black with #A3ECBE
Text Example
Text Example
White with #A3ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECBE; }
p { color: rgb(163,236,190); }
H1.HeaderClassName
{
color: #A3ECBE;
}
.AnyTagClassName
{
color: #A3ECBE;
}
</style>
background-color css
<style>
a { background-color: #A3ECBE; }
a { background-color: rgb(163,236,190); }
div.DivClassName
{
background-color: #A3ECBE;
}
.BgClassName
{
background-color: #A3ECBE;
}
</style>
border-color css
<style>
span { border-color: #A3ECBE; }
span { border-color: rgb(163,236,190); }
td.TdClassName
{
border-color: #A3ECBE;
}
.TagClassName
{
border-color: #A3ECBE;
}
</style>