Shades of Magic Mint #A3E1CA
Tints of Magic Mint #A3E1CA
RGB
CMYK
RGB Variations
Color information
#A3E1CA (or 0xA3E1CA) is known color: Magic Mint. HEX triplet: A3, E1 and CA. RGB value is (163,225,202). Sum of RGB (Red+Green+Blue) = 163+225+202=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E1CA is #5C1E35. Grayscale: #CBCBCB. Windows color (decimal): -6037046 or 13296035. OLE color: 13296035.
HSL color Cylindrical-coordinate representation of color #A3E1CA: hue angle of 157.74º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E1CA is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 202 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.12 |
| HSL | 157.74º | 0.51% | 0.76% | - |
| HSV(B) | 157.74º | 0.28% | 0.88% | - |
| XYZ | 52.69 | 65.9 | 65.82 | - |
| YUV | 203.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 202 | 0.28 | 0 | 0.10 | 0.12 | 157.74 | 0.51 | 0.76 |
| Hex | A3 | E1 | CA | 1C | 0 | A | C | 9E | 33 | 4C |
| Octal | 243 | 341 | 312 | 34 | 0 | 12 | 14 | 236 | 63 | 114 |
| Binary | 10100011 | 11100001 | 11001010 | 11100 | 0 | 1010 | 1100 | 10011110 | 110011 | 1001100 |
Color Harmonies of #A3E1CA
Complementary color
Monochromatic Colors of #A3E1CA
Black with #A3E1CA
Text Example
Text Example
White with #A3E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E1CA; }
p { color: rgb(163,225,202); }
H1.HeaderClassName
{
color: #A3E1CA;
}
.AnyTagClassName
{
color: #A3E1CA;
}
</style>
background-color css
<style>
a { background-color: #A3E1CA; }
a { background-color: rgb(163,225,202); }
div.DivClassName
{
background-color: #A3E1CA;
}
.BgClassName
{
background-color: #A3E1CA;
}
</style>
border-color css
<style>
span { border-color: #A3E1CA; }
span { border-color: rgb(163,225,202); }
td.TdClassName
{
border-color: #A3E1CA;
}
.TagClassName
{
border-color: #A3E1CA;
}
</style>