Shades of Magic Mint #A3EAD1
Tints of Magic Mint #A3EAD1
RGB
CMYK
RGB Variations
Color information
#A3EAD1 (or 0xA3EAD1) is known color: Magic Mint. HEX triplet: A3, EA and D1. RGB value is (163,234,209). Sum of RGB (Red+Green+Blue) = 163+234+209=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAD1 is #5C152E. Grayscale: #D1D1D1. Windows color (decimal): -6034735 or 13757091. OLE color: 13757091.
HSL color Cylindrical-coordinate representation of color #A3EAD1: hue angle of 158.87º 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 #A3EAD1 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 234 | 209 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.08 |
| HSL | 158.87º | 0.63% | 0.78% | - |
| HSV(B) | 158.87º | 0.3% | 0.92% | - |
| XYZ | 56.04 | 71.24 | 71.12 | - |
| YUV | 209.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 234 | 209 | 0.30 | 0 | 0.11 | 0.08 | 158.87 | 0.63 | 0.78 |
| Hex | A3 | EA | D1 | 1E | 0 | B | 8 | 9F | 3F | 4E |
| Octal | 243 | 352 | 321 | 36 | 0 | 13 | 10 | 237 | 77 | 116 |
| Binary | 10100011 | 11101010 | 11010001 | 11110 | 0 | 1011 | 1000 | 10011111 | 111111 | 1001110 |
Color Harmonies of #A3EAD1
Complementary color
Monochromatic Colors of #A3EAD1
Black with #A3EAD1
Text Example
Text Example
White with #A3EAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EAD1; }
p { color: rgb(163,234,209); }
H1.HeaderClassName
{
color: #A3EAD1;
}
.AnyTagClassName
{
color: #A3EAD1;
}
</style>
background-color css
<style>
a { background-color: #A3EAD1; }
a { background-color: rgb(163,234,209); }
div.DivClassName
{
background-color: #A3EAD1;
}
.BgClassName
{
background-color: #A3EAD1;
}
</style>
border-color css
<style>
span { border-color: #A3EAD1; }
span { border-color: rgb(163,234,209); }
td.TdClassName
{
border-color: #A3EAD1;
}
.TagClassName
{
border-color: #A3EAD1;
}
</style>