Shades of Magic Mint #A4E8BF
Tints of Magic Mint #A4E8BF
RGB
CMYK
RGB Variations
Color information
#A4E8BF (or 0xA4E8BF) is known color: Magic Mint. HEX triplet: A4, E8 and BF. RGB value is (164,232,191). Sum of RGB (Red+Green+Blue) = 164+232+191=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E8BF is #5B1740. Grayscale: #CFCFCF. Windows color (decimal): -5969729 or 12576932. OLE color: 12576932.
HSL color Cylindrical-coordinate representation of color #A4E8BF: hue angle of 143.82º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E8BF is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 232 | 191 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.09 |
| HSL | 143.82º | 0.6% | 0.78% | - |
| HSV(B) | 143.82º | 0.29% | 0.91% | - |
| XYZ | 53.57 | 69.37 | 59.86 | - |
| YUV | 206.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 232 | 191 | 0.29 | 0 | 0.18 | 0.09 | 143.82 | 0.6 | 0.78 |
| Hex | A4 | E8 | BF | 1D | 0 | 12 | 9 | 90 | 3C | 4E |
| Octal | 244 | 350 | 277 | 35 | 0 | 22 | 11 | 220 | 74 | 116 |
| Binary | 10100100 | 11101000 | 10111111 | 11101 | 0 | 10010 | 1001 | 10010000 | 111100 | 1001110 |
Color Harmonies of #A4E8BF
Complementary color
Monochromatic Colors of #A4E8BF
Black with #A4E8BF
Text Example
Text Example
White with #A4E8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E8BF; }
p { color: rgb(164,232,191); }
H1.HeaderClassName
{
color: #A4E8BF;
}
.AnyTagClassName
{
color: #A4E8BF;
}
</style>
background-color css
<style>
a { background-color: #A4E8BF; }
a { background-color: rgb(164,232,191); }
div.DivClassName
{
background-color: #A4E8BF;
}
.BgClassName
{
background-color: #A4E8BF;
}
</style>
border-color css
<style>
span { border-color: #A4E8BF; }
span { border-color: rgb(164,232,191); }
td.TdClassName
{
border-color: #A4E8BF;
}
.TagClassName
{
border-color: #A4E8BF;
}
</style>