Shades of Magic Mint #A4FECF
Tints of Magic Mint #A4FECF
RGB
CMYK
RGB Variations
Color information
#A4FECF (or 0xA4FECF) is known color: Magic Mint. HEX triplet: A4, FE and CF. RGB value is (164,254,207). Sum of RGB (Red+Green+Blue) = 164+254+207=625 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.24% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FECF is #5B0130. Grayscale: #DDDDDD. Windows color (decimal): -5964081 or 13631140. OLE color: 13631140.
HSL color Cylindrical-coordinate representation of color #A4FECF: hue angle of 148.67º 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 #A4FECF is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 254 | 207 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.00 |
| HSL | 148.67º | 0.98% | 0.82% | - |
| HSV(B) | 148.67º | 0.35% | 1% | - |
| XYZ | 62.01 | 83.28 | 71.84 | - |
| YUV | 221.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 254 | 207 | 0.35 | 0 | 0.19 | 0.00 | 148.67 | 0.98 | 0.82 |
| Hex | A4 | FE | CF | 23 | 0 | 13 | 0 | 95 | 62 | 52 |
| Octal | 244 | 376 | 317 | 43 | 0 | 23 | 0 | 225 | 142 | 122 |
| Binary | 10100100 | 11111110 | 11001111 | 100011 | 0 | 10011 | 0 | 10010101 | 1100010 | 1010010 |
Color Harmonies of #A4FECF
Complementary color
Monochromatic Colors of #A4FECF
Black with #A4FECF
Text Example
Text Example
White with #A4FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FECF; }
p { color: rgb(164,254,207); }
H1.HeaderClassName
{
color: #A4FECF;
}
.AnyTagClassName
{
color: #A4FECF;
}
</style>
background-color css
<style>
a { background-color: #A4FECF; }
a { background-color: rgb(164,254,207); }
div.DivClassName
{
background-color: #A4FECF;
}
.BgClassName
{
background-color: #A4FECF;
}
</style>
border-color css
<style>
span { border-color: #A4FECF; }
span { border-color: rgb(164,254,207); }
td.TdClassName
{
border-color: #A4FECF;
}
.TagClassName
{
border-color: #A4FECF;
}
</style>