Shades of Magic Mint #A4E6C4
Tints of Magic Mint #A4E6C4
RGB
CMYK
RGB Variations
Color information
#A4E6C4 (or 0xA4E6C4) is known color: Magic Mint. HEX triplet: A4, E6 and C4. RGB value is (164,230,196). Sum of RGB (Red+Green+Blue) = 164+230+196=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E6C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E6C4 is #5B193B. Grayscale: #CECECE. Windows color (decimal): -5970236 or 12904100. OLE color: 12904100.
HSL color Cylindrical-coordinate representation of color #A4E6C4: hue angle of 149.09º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E6C4 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 196 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.10 |
| HSL | 149.09º | 0.57% | 0.77% | - |
| HSV(B) | 149.09º | 0.29% | 0.9% | - |
| XYZ | 53.57 | 68.47 | 62.62 | - |
| YUV | 206.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 196 | 0.29 | 0 | 0.15 | 0.10 | 149.09 | 0.57 | 0.77 |
| Hex | A4 | E6 | C4 | 1D | 0 | F | A | 95 | 39 | 4D |
| Octal | 244 | 346 | 304 | 35 | 0 | 17 | 12 | 225 | 71 | 115 |
| Binary | 10100100 | 11100110 | 11000100 | 11101 | 0 | 1111 | 1010 | 10010101 | 111001 | 1001101 |
Color Harmonies of #A4E6C4
Complementary color
Monochromatic Colors of #A4E6C4
Black with #A4E6C4
Text Example
Text Example
White with #A4E6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E6C4; }
p { color: rgb(164,230,196); }
H1.HeaderClassName
{
color: #A4E6C4;
}
.AnyTagClassName
{
color: #A4E6C4;
}
</style>
background-color css
<style>
a { background-color: #A4E6C4; }
a { background-color: rgb(164,230,196); }
div.DivClassName
{
background-color: #A4E6C4;
}
.BgClassName
{
background-color: #A4E6C4;
}
</style>
border-color css
<style>
span { border-color: #A4E6C4; }
span { border-color: rgb(164,230,196); }
td.TdClassName
{
border-color: #A4E6C4;
}
.TagClassName
{
border-color: #A4E6C4;
}
</style>