Shades of Magic Mint #A4EEC1
Tints of Magic Mint #A4EEC1
RGB
CMYK
RGB Variations
Color information
#A4EEC1 (or 0xA4EEC1) is known color: Magic Mint. HEX triplet: A4, EE and C1. RGB value is (164,238,193). Sum of RGB (Red+Green+Blue) = 164+238+193=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EEC1 is #5B113E. Grayscale: #D2D2D2. Windows color (decimal): -5968191 or 12709540. OLE color: 12709540.
HSL color Cylindrical-coordinate representation of color #A4EEC1: hue angle of 143.51º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EEC1 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 238 | 193 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.07 |
| HSL | 143.51º | 0.69% | 0.79% | - |
| HSV(B) | 143.51º | 0.31% | 0.93% | - |
| XYZ | 55.51 | 72.89 | 61.6 | - |
| YUV | 210.74 | 117.98 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 238 | 193 | 0.31 | 0 | 0.19 | 0.07 | 143.51 | 0.69 | 0.79 |
| Hex | A4 | EE | C1 | 1F | 0 | 13 | 7 | 90 | 45 | 4F |
| Octal | 244 | 356 | 301 | 37 | 0 | 23 | 7 | 220 | 105 | 117 |
| Binary | 10100100 | 11101110 | 11000001 | 11111 | 0 | 10011 | 111 | 10010000 | 1000101 | 1001111 |
Color Harmonies of #A4EEC1
Complementary color
Monochromatic Colors of #A4EEC1
Black with #A4EEC1
Text Example
Text Example
White with #A4EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EEC1; }
p { color: rgb(164,238,193); }
H1.HeaderClassName
{
color: #A4EEC1;
}
.AnyTagClassName
{
color: #A4EEC1;
}
</style>
background-color css
<style>
a { background-color: #A4EEC1; }
a { background-color: rgb(164,238,193); }
div.DivClassName
{
background-color: #A4EEC1;
}
.BgClassName
{
background-color: #A4EEC1;
}
</style>
border-color css
<style>
span { border-color: #A4EEC1; }
span { border-color: rgb(164,238,193); }
td.TdClassName
{
border-color: #A4EEC1;
}
.TagClassName
{
border-color: #A4EEC1;
}
</style>