Shades of Magic Mint #A4E7C2
Tints of Magic Mint #A4E7C2
RGB
CMYK
RGB Variations
Color information
#A4E7C2 (or 0xA4E7C2) is known color: Magic Mint. HEX triplet: A4, E7 and C2. RGB value is (164,231,194). Sum of RGB (Red+Green+Blue) = 164+231+194=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E7C2 is #5B183D. Grayscale: #CECECE. Windows color (decimal): -5969982 or 12773284. OLE color: 12773284.
HSL color Cylindrical-coordinate representation of color #A4E7C2: hue angle of 146.87º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E7C2 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 231 | 194 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.09 |
| HSL | 146.87º | 0.58% | 0.77% | - |
| HSV(B) | 146.87º | 0.29% | 0.91% | - |
| XYZ | 53.62 | 68.94 | 61.52 | - |
| YUV | 206.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 231 | 194 | 0.29 | 0 | 0.16 | 0.09 | 146.87 | 0.58 | 0.77 |
| Hex | A4 | E7 | C2 | 1D | 0 | 10 | 9 | 93 | 3A | 4D |
| Octal | 244 | 347 | 302 | 35 | 0 | 20 | 11 | 223 | 72 | 115 |
| Binary | 10100100 | 11100111 | 11000010 | 11101 | 0 | 10000 | 1001 | 10010011 | 111010 | 1001101 |
Color Harmonies of #A4E7C2
Complementary color
Monochromatic Colors of #A4E7C2
Black with #A4E7C2
Text Example
Text Example
White with #A4E7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E7C2; }
p { color: rgb(164,231,194); }
H1.HeaderClassName
{
color: #A4E7C2;
}
.AnyTagClassName
{
color: #A4E7C2;
}
</style>
background-color css
<style>
a { background-color: #A4E7C2; }
a { background-color: rgb(164,231,194); }
div.DivClassName
{
background-color: #A4E7C2;
}
.BgClassName
{
background-color: #A4E7C2;
}
</style>
border-color css
<style>
span { border-color: #A4E7C2; }
span { border-color: rgb(164,231,194); }
td.TdClassName
{
border-color: #A4E7C2;
}
.TagClassName
{
border-color: #A4E7C2;
}
</style>