Shades of Magic Mint #A3EACB
Tints of Magic Mint #A3EACB
RGB
CMYK
RGB Variations
Color information
#A3EACB (or 0xA3EACB) is known color: Magic Mint. HEX triplet: A3, EA and CB. RGB value is (163,234,203). Sum of RGB (Red+Green+Blue) = 163+234+203=600 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.17% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EACB is #5C1534. Grayscale: #D1D1D1. Windows color (decimal): -6034741 or 13363875. OLE color: 13363875.
HSL color Cylindrical-coordinate representation of color #A3EACB: hue angle of 153.8º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EACB is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 234 | 203 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.08 |
| HSL | 153.8º | 0.63% | 0.78% | - |
| HSV(B) | 153.8º | 0.3% | 0.92% | - |
| XYZ | 55.31 | 70.94 | 67.28 | - |
| YUV | 209.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 203 | 0.30 | 0 | 0.13 | 0.08 | 153.8 | 0.63 | 0.78 |
| Hex | A3 | EA | CB | 1E | 0 | D | 8 | 9A | 3F | 4E |
| Octal | 243 | 352 | 313 | 36 | 0 | 15 | 10 | 232 | 77 | 116 |
| Binary | 10100011 | 11101010 | 11001011 | 11110 | 0 | 1101 | 1000 | 10011010 | 111111 | 1001110 |
Color Harmonies of #A3EACB
Complementary color
Monochromatic Colors of #A3EACB
Black with #A3EACB
Text Example
Text Example
White with #A3EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EACB; }
p { color: rgb(163,234,203); }
H1.HeaderClassName
{
color: #A3EACB;
}
.AnyTagClassName
{
color: #A3EACB;
}
</style>
background-color css
<style>
a { background-color: #A3EACB; }
a { background-color: rgb(163,234,203); }
div.DivClassName
{
background-color: #A3EACB;
}
.BgClassName
{
background-color: #A3EACB;
}
</style>
border-color css
<style>
span { border-color: #A3EACB; }
span { border-color: rgb(163,234,203); }
td.TdClassName
{
border-color: #A3EACB;
}
.TagClassName
{
border-color: #A3EACB;
}
</style>