Shades of Magic Mint #A3EACA
Tints of Magic Mint #A3EACA
RGB
CMYK
RGB Variations
Color information
#A3EACA (or 0xA3EACA) is known color: Magic Mint. HEX triplet: A3, EA and CA. RGB value is (163,234,202). Sum of RGB (Red+Green+Blue) = 163+234+202=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EACA is #5C1535. Grayscale: #D1D1D1. Windows color (decimal): -6034742 or 13298339. OLE color: 13298339.
HSL color Cylindrical-coordinate representation of color #A3EACA: hue angle of 152.96º 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 #A3EACA is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 234 | 202 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.08 |
| HSL | 152.96º | 0.63% | 0.78% | - |
| HSV(B) | 152.96º | 0.3% | 0.92% | - |
| XYZ | 55.19 | 70.9 | 66.65 | - |
| YUV | 209.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 202 | 0.30 | 0 | 0.14 | 0.08 | 152.96 | 0.63 | 0.78 |
| Hex | A3 | EA | CA | 1E | 0 | E | 8 | 99 | 3F | 4E |
| Octal | 243 | 352 | 312 | 36 | 0 | 16 | 10 | 231 | 77 | 116 |
| Binary | 10100011 | 11101010 | 11001010 | 11110 | 0 | 1110 | 1000 | 10011001 | 111111 | 1001110 |
Color Harmonies of #A3EACA
Complementary color
Monochromatic Colors of #A3EACA
Black with #A3EACA
Text Example
Text Example
White with #A3EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EACA; }
p { color: rgb(163,234,202); }
H1.HeaderClassName
{
color: #A3EACA;
}
.AnyTagClassName
{
color: #A3EACA;
}
</style>
background-color css
<style>
a { background-color: #A3EACA; }
a { background-color: rgb(163,234,202); }
div.DivClassName
{
background-color: #A3EACA;
}
.BgClassName
{
background-color: #A3EACA;
}
</style>
border-color css
<style>
span { border-color: #A3EACA; }
span { border-color: rgb(163,234,202); }
td.TdClassName
{
border-color: #A3EACA;
}
.TagClassName
{
border-color: #A3EACA;
}
</style>