Shades of Magic Mint #A4FED7
Tints of Magic Mint #A4FED7
RGB
CMYK
RGB Variations
Color information
#A4FED7 (or 0xA4FED7) is known color: Magic Mint. HEX triplet: A4, FE and D7. RGB value is (164,254,215). Sum of RGB (Red+Green+Blue) = 164+254+215=633 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.91% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FED7 is #5B0128. Grayscale: #DEDEDE. Windows color (decimal): -5964073 or 14155428. OLE color: 14155428.
HSL color Cylindrical-coordinate representation of color #A4FED7: hue angle of 154º 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 #A4FED7 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 215 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.00 |
| HSL | 154º | 0.98% | 0.82% | - |
| HSV(B) | 154º | 0.35% | 1% | - |
| XYZ | 63.02 | 83.68 | 77.12 | - |
| YUV | 222.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 215 | 0.35 | 0 | 0.15 | 0.00 | 154 | 0.98 | 0.82 |
| Hex | A4 | FE | D7 | 23 | 0 | F | 0 | 9A | 62 | 52 |
| Octal | 244 | 376 | 327 | 43 | 0 | 17 | 0 | 232 | 142 | 122 |
| Binary | 10100100 | 11111110 | 11010111 | 100011 | 0 | 1111 | 0 | 10011010 | 1100010 | 1010010 |
Color Harmonies of #A4FED7
Complementary color
Monochromatic Colors of #A4FED7
Black with #A4FED7
Text Example
Text Example
White with #A4FED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FED7; }
p { color: rgb(164,254,215); }
H1.HeaderClassName
{
color: #A4FED7;
}
.AnyTagClassName
{
color: #A4FED7;
}
</style>
background-color css
<style>
a { background-color: #A4FED7; }
a { background-color: rgb(164,254,215); }
div.DivClassName
{
background-color: #A4FED7;
}
.BgClassName
{
background-color: #A4FED7;
}
</style>
border-color css
<style>
span { border-color: #A4FED7; }
span { border-color: rgb(164,254,215); }
td.TdClassName
{
border-color: #A4FED7;
}
.TagClassName
{
border-color: #A4FED7;
}
</style>