Shades of Magic Mint #A4FECE
Tints of Magic Mint #A4FECE
RGB
CMYK
RGB Variations
Color information
#A4FECE (or 0xA4FECE) is known color: Magic Mint. HEX triplet: A4, FE and CE. RGB value is (164,254,206). Sum of RGB (Red+Green+Blue) = 164+254+206=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FECE is #5B0131. Grayscale: #DDDDDD. Windows color (decimal): -5964082 or 13565604. OLE color: 13565604.
HSL color Cylindrical-coordinate representation of color #A4FECE: hue angle of 148º 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 #A4FECE is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 206 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.00 |
| HSL | 148º | 0.98% | 0.82% | - |
| HSV(B) | 148º | 0.35% | 1% | - |
| XYZ | 61.89 | 83.23 | 71.2 | - |
| YUV | 221.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 206 | 0.35 | 0 | 0.19 | 0.00 | 148 | 0.98 | 0.82 |
| Hex | A4 | FE | CE | 23 | 0 | 13 | 0 | 94 | 62 | 52 |
| Octal | 244 | 376 | 316 | 43 | 0 | 23 | 0 | 224 | 142 | 122 |
| Binary | 10100100 | 11111110 | 11001110 | 100011 | 0 | 10011 | 0 | 10010100 | 1100010 | 1010010 |
Color Harmonies of #A4FECE
Complementary color
Monochromatic Colors of #A4FECE
Black with #A4FECE
Text Example
Text Example
White with #A4FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FECE; }
p { color: rgb(164,254,206); }
H1.HeaderClassName
{
color: #A4FECE;
}
.AnyTagClassName
{
color: #A4FECE;
}
</style>
background-color css
<style>
a { background-color: #A4FECE; }
a { background-color: rgb(164,254,206); }
div.DivClassName
{
background-color: #A4FECE;
}
.BgClassName
{
background-color: #A4FECE;
}
</style>
border-color css
<style>
span { border-color: #A4FECE; }
span { border-color: rgb(164,254,206); }
td.TdClassName
{
border-color: #A4FECE;
}
.TagClassName
{
border-color: #A4FECE;
}
</style>