Shades of Magic Mint #A4FEC2
Tints of Magic Mint #A4FEC2
RGB
CMYK
RGB Variations
Color information
#A4FEC2 (or 0xA4FEC2) is known color: Magic Mint. HEX triplet: A4, FE and C2. RGB value is (164,254,194). Sum of RGB (Red+Green+Blue) = 164+254+194=612 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.80% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEC2 is #5B013D. Grayscale: #DCDCDC. Windows color (decimal): -5964094 or 12779172. OLE color: 12779172.
HSL color Cylindrical-coordinate representation of color #A4FEC2: hue angle of 140º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FEC2 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 194 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.00 |
| HSL | 140º | 0.98% | 0.82% | - |
| HSV(B) | 140º | 0.35% | 1% | - |
| XYZ | 60.49 | 82.67 | 63.81 | - |
| YUV | 220.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 194 | 0.35 | 0 | 0.24 | 0.00 | 140 | 0.98 | 0.82 |
| Hex | A4 | FE | C2 | 23 | 0 | 18 | 0 | 8C | 62 | 52 |
| Octal | 244 | 376 | 302 | 43 | 0 | 30 | 0 | 214 | 142 | 122 |
| Binary | 10100100 | 11111110 | 11000010 | 100011 | 0 | 11000 | 0 | 10001100 | 1100010 | 1010010 |
Color Harmonies of #A4FEC2
Complementary color
Monochromatic Colors of #A4FEC2
Black with #A4FEC2
Text Example
Text Example
White with #A4FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FEC2; }
p { color: rgb(164,254,194); }
H1.HeaderClassName
{
color: #A4FEC2;
}
.AnyTagClassName
{
color: #A4FEC2;
}
</style>
background-color css
<style>
a { background-color: #A4FEC2; }
a { background-color: rgb(164,254,194); }
div.DivClassName
{
background-color: #A4FEC2;
}
.BgClassName
{
background-color: #A4FEC2;
}
</style>
border-color css
<style>
span { border-color: #A4FEC2; }
span { border-color: rgb(164,254,194); }
td.TdClassName
{
border-color: #A4FEC2;
}
.TagClassName
{
border-color: #A4FEC2;
}
</style>