Shades of Magic Mint #A4EBBF
Tints of Magic Mint #A4EBBF
RGB
CMYK
RGB Variations
Color information
#A4EBBF (or 0xA4EBBF) is known color: Magic Mint. HEX triplet: A4, EB and BF. RGB value is (164,235,191). Sum of RGB (Red+Green+Blue) = 164+235+191=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBBF is #5B1440. Grayscale: #D0D0D0. Windows color (decimal): -5968961 or 12577700. OLE color: 12577700.
HSL color Cylindrical-coordinate representation of color #A4EBBF: hue angle of 142.82º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBBF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 191 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.08 |
| HSL | 142.82º | 0.64% | 0.78% | - |
| HSV(B) | 142.82º | 0.3% | 0.92% | - |
| XYZ | 54.42 | 71.07 | 60.14 | - |
| YUV | 208.76 | 117.98 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 191 | 0.30 | 0 | 0.19 | 0.08 | 142.82 | 0.64 | 0.78 |
| Hex | A4 | EB | BF | 1E | 0 | 13 | 8 | 8F | 40 | 4E |
| Octal | 244 | 353 | 277 | 36 | 0 | 23 | 10 | 217 | 100 | 116 |
| Binary | 10100100 | 11101011 | 10111111 | 11110 | 0 | 10011 | 1000 | 10001111 | 1000000 | 1001110 |
Color Harmonies of #A4EBBF
Complementary color
Monochromatic Colors of #A4EBBF
Black with #A4EBBF
Text Example
Text Example
White with #A4EBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBBF; }
p { color: rgb(164,235,191); }
H1.HeaderClassName
{
color: #A4EBBF;
}
.AnyTagClassName
{
color: #A4EBBF;
}
</style>
background-color css
<style>
a { background-color: #A4EBBF; }
a { background-color: rgb(164,235,191); }
div.DivClassName
{
background-color: #A4EBBF;
}
.BgClassName
{
background-color: #A4EBBF;
}
</style>
border-color css
<style>
span { border-color: #A4EBBF; }
span { border-color: rgb(164,235,191); }
td.TdClassName
{
border-color: #A4EBBF;
}
.TagClassName
{
border-color: #A4EBBF;
}
</style>