Shades of Magic Mint #A4FEC5
Tints of Magic Mint #A4FEC5
RGB
CMYK
RGB Variations
Color information
#A4FEC5 (or 0xA4FEC5) is known color: Magic Mint. HEX triplet: A4, FE and C5. RGB value is (164,254,197). Sum of RGB (Red+Green+Blue) = 164+254+197=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEC5 is #5B013A. Grayscale: #DCDCDC. Windows color (decimal): -5964091 or 12975780. OLE color: 12975780.
HSL color Cylindrical-coordinate representation of color #A4FEC5: hue angle of 142º 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 #A4FEC5 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 197 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.00 |
| HSL | 142º | 0.98% | 0.82% | - |
| HSV(B) | 142º | 0.35% | 1% | - |
| XYZ | 60.83 | 82.81 | 65.6 | - |
| YUV | 220.59 | 114.68 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 197 | 0.35 | 0 | 0.22 | 0.00 | 142 | 0.98 | 0.82 |
| Hex | A4 | FE | C5 | 23 | 0 | 16 | 0 | 8E | 62 | 52 |
| Octal | 244 | 376 | 305 | 43 | 0 | 26 | 0 | 216 | 142 | 122 |
| Binary | 10100100 | 11111110 | 11000101 | 100011 | 0 | 10110 | 0 | 10001110 | 1100010 | 1010010 |
Color Harmonies of #A4FEC5
Complementary color
Monochromatic Colors of #A4FEC5
Black with #A4FEC5
Text Example
Text Example
White with #A4FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FEC5; }
p { color: rgb(164,254,197); }
H1.HeaderClassName
{
color: #A4FEC5;
}
.AnyTagClassName
{
color: #A4FEC5;
}
</style>
background-color css
<style>
a { background-color: #A4FEC5; }
a { background-color: rgb(164,254,197); }
div.DivClassName
{
background-color: #A4FEC5;
}
.BgClassName
{
background-color: #A4FEC5;
}
</style>
border-color css
<style>
span { border-color: #A4FEC5; }
span { border-color: rgb(164,254,197); }
td.TdClassName
{
border-color: #A4FEC5;
}
.TagClassName
{
border-color: #A4FEC5;
}
</style>