Shades of Magic Mint #A3EED1
Tints of Magic Mint #A3EED1
RGB
CMYK
RGB Variations
Color information
#A3EED1 (or 0xA3EED1) is known color: Magic Mint. HEX triplet: A3, EE and D1. RGB value is (163,238,209). Sum of RGB (Red+Green+Blue) = 163+238+209=610 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.72% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EED1 is #5C112E. Grayscale: #D4D4D4. Windows color (decimal): -6033711 or 13758115. OLE color: 13758115.
HSL color Cylindrical-coordinate representation of color #A3EED1: hue angle of 156.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EED1 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 238 | 209 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.07 |
| HSL | 156.8º | 0.69% | 0.79% | - |
| HSV(B) | 156.8º | 0.32% | 0.93% | - |
| XYZ | 57.19 | 73.54 | 71.5 | - |
| YUV | 212.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 238 | 209 | 0.32 | 0 | 0.12 | 0.07 | 156.8 | 0.69 | 0.79 |
| Hex | A3 | EE | D1 | 20 | 0 | C | 7 | 9D | 45 | 4F |
| Octal | 243 | 356 | 321 | 40 | 0 | 14 | 7 | 235 | 105 | 117 |
| Binary | 10100011 | 11101110 | 11010001 | 100000 | 0 | 1100 | 111 | 10011101 | 1000101 | 1001111 |
Color Harmonies of #A3EED1
Complementary color
Monochromatic Colors of #A3EED1
Black with #A3EED1
Text Example
Text Example
White with #A3EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EED1; }
p { color: rgb(163,238,209); }
H1.HeaderClassName
{
color: #A3EED1;
}
.AnyTagClassName
{
color: #A3EED1;
}
</style>
background-color css
<style>
a { background-color: #A3EED1; }
a { background-color: rgb(163,238,209); }
div.DivClassName
{
background-color: #A3EED1;
}
.BgClassName
{
background-color: #A3EED1;
}
</style>
border-color css
<style>
span { border-color: #A3EED1; }
span { border-color: rgb(163,238,209); }
td.TdClassName
{
border-color: #A3EED1;
}
.TagClassName
{
border-color: #A3EED1;
}
</style>