Shades of Magic Mint #A4FEBE
Tints of Magic Mint #A4FEBE
RGB
CMYK
RGB Variations
Color information
#A4FEBE (or 0xA4FEBE) is known color: Magic Mint. HEX triplet: A4, FE and BE. RGB value is (164,254,190). Sum of RGB (Red+Green+Blue) = 164+254+190=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FEBE is #5B0141. Grayscale: #DBDBDB. Windows color (decimal): -5964098 or 12517028. OLE color: 12517028.
HSL color Cylindrical-coordinate representation of color #A4FEBE: hue angle of 137.33º 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 #A4FEBE is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 190 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.00 |
| HSL | 137.33º | 0.98% | 0.82% | - |
| HSV(B) | 137.33º | 0.35% | 1% | - |
| XYZ | 60.05 | 82.49 | 61.47 | - |
| YUV | 219.79 | 111.18 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 190 | 0.35 | 0 | 0.25 | 0.00 | 137.33 | 0.98 | 0.82 |
| Hex | A4 | FE | BE | 23 | 0 | 19 | 0 | 89 | 62 | 52 |
| Octal | 244 | 376 | 276 | 43 | 0 | 31 | 0 | 211 | 142 | 122 |
| Binary | 10100100 | 11111110 | 10111110 | 100011 | 0 | 11001 | 0 | 10001001 | 1100010 | 1010010 |
Color Harmonies of #A4FEBE
Complementary color
Monochromatic Colors of #A4FEBE
Black with #A4FEBE
Text Example
Text Example
White with #A4FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FEBE; }
p { color: rgb(164,254,190); }
H1.HeaderClassName
{
color: #A4FEBE;
}
.AnyTagClassName
{
color: #A4FEBE;
}
</style>
background-color css
<style>
a { background-color: #A4FEBE; }
a { background-color: rgb(164,254,190); }
div.DivClassName
{
background-color: #A4FEBE;
}
.BgClassName
{
background-color: #A4FEBE;
}
</style>
border-color css
<style>
span { border-color: #A4FEBE; }
span { border-color: rgb(164,254,190); }
td.TdClassName
{
border-color: #A4FEBE;
}
.TagClassName
{
border-color: #A4FEBE;
}
</style>