Shades of Magic Mint #A3E7CA
Tints of Magic Mint #A3E7CA
RGB
CMYK
RGB Variations
Color information
#A3E7CA (or 0xA3E7CA) is known color: Magic Mint. HEX triplet: A3, E7 and CA. RGB value is (163,231,202). Sum of RGB (Red+Green+Blue) = 163+231+202=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 231 - color contains mainly: green. Hex color #A3E7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E7CA is #5C1835. Grayscale: #CFCFCF. Windows color (decimal): -6035510 or 13297571. OLE color: 13297571.
HSL color Cylindrical-coordinate representation of color #A3E7CA: hue angle of 154.41º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E7CA is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 231 | 202 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.09 |
| HSL | 154.41º | 0.59% | 0.77% | - |
| HSV(B) | 154.41º | 0.29% | 0.91% | - |
| XYZ | 54.34 | 69.2 | 66.37 | - |
| YUV | 207.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 231 | 202 | 0.29 | 0 | 0.13 | 0.09 | 154.41 | 0.59 | 0.77 |
| Hex | A3 | E7 | CA | 1D | 0 | D | 9 | 9A | 3B | 4D |
| Octal | 243 | 347 | 312 | 35 | 0 | 15 | 11 | 232 | 73 | 115 |
| Binary | 10100011 | 11100111 | 11001010 | 11101 | 0 | 1101 | 1001 | 10011010 | 111011 | 1001101 |
Color Harmonies of #A3E7CA
Complementary color
Monochromatic Colors of #A3E7CA
Black with #A3E7CA
Text Example
Text Example
White with #A3E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E7CA; }
p { color: rgb(163,231,202); }
H1.HeaderClassName
{
color: #A3E7CA;
}
.AnyTagClassName
{
color: #A3E7CA;
}
</style>
background-color css
<style>
a { background-color: #A3E7CA; }
a { background-color: rgb(163,231,202); }
div.DivClassName
{
background-color: #A3E7CA;
}
.BgClassName
{
background-color: #A3E7CA;
}
</style>
border-color css
<style>
span { border-color: #A3E7CA; }
span { border-color: rgb(163,231,202); }
td.TdClassName
{
border-color: #A3E7CA;
}
.TagClassName
{
border-color: #A3E7CA;
}
</style>