Shades of Magic Mint #A3EACE
Tints of Magic Mint #A3EACE
RGB
CMYK
RGB Variations
Color information
#A3EACE (or 0xA3EACE) is known color: Magic Mint. HEX triplet: A3, EA and CE. RGB value is (163,234,206). Sum of RGB (Red+Green+Blue) = 163+234+206=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EACE is #5C1531. Grayscale: #D1D1D1. Windows color (decimal): -6034738 or 13560483. OLE color: 13560483.
HSL color Cylindrical-coordinate representation of color #A3EACE: hue angle of 156.34º 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 #A3EACE is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 234 | 206 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.08 |
| HSL | 156.34º | 0.63% | 0.78% | - |
| HSV(B) | 156.34º | 0.3% | 0.92% | - |
| XYZ | 55.67 | 71.09 | 69.18 | - |
| YUV | 209.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 206 | 0.30 | 0 | 0.12 | 0.08 | 156.34 | 0.63 | 0.78 |
| Hex | A3 | EA | CE | 1E | 0 | C | 8 | 9C | 3F | 4E |
| Octal | 243 | 352 | 316 | 36 | 0 | 14 | 10 | 234 | 77 | 116 |
| Binary | 10100011 | 11101010 | 11001110 | 11110 | 0 | 1100 | 1000 | 10011100 | 111111 | 1001110 |
Color Harmonies of #A3EACE
Complementary color
Monochromatic Colors of #A3EACE
Black with #A3EACE
Text Example
Text Example
White with #A3EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EACE; }
p { color: rgb(163,234,206); }
H1.HeaderClassName
{
color: #A3EACE;
}
.AnyTagClassName
{
color: #A3EACE;
}
</style>
background-color css
<style>
a { background-color: #A3EACE; }
a { background-color: rgb(163,234,206); }
div.DivClassName
{
background-color: #A3EACE;
}
.BgClassName
{
background-color: #A3EACE;
}
</style>
border-color css
<style>
span { border-color: #A3EACE; }
span { border-color: rgb(163,234,206); }
td.TdClassName
{
border-color: #A3EACE;
}
.TagClassName
{
border-color: #A3EACE;
}
</style>