Shades of Magic Mint #A8E7C4
Tints of Magic Mint #A8E7C4
RGB
CMYK
RGB Variations
Color information
#A8E7C4 (or 0xA8E7C4) is known color: Magic Mint. HEX triplet: A8, E7 and C4. RGB value is (168,231,196). Sum of RGB (Red+Green+Blue) = 168+231+196=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E7C4 is #57183B. Grayscale: #D0D0D0. Windows color (decimal): -5707836 or 12904360. OLE color: 12904360.
HSL color Cylindrical-coordinate representation of color #A8E7C4: hue angle of 146.67º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E7C4 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 196 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.09 |
| HSL | 146.67º | 0.57% | 0.78% | - |
| HSV(B) | 146.67º | 0.27% | 0.91% | - |
| XYZ | 54.69 | 69.46 | 62.75 | - |
| YUV | 208.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 196 | 0.27 | 0 | 0.15 | 0.09 | 146.67 | 0.57 | 0.78 |
| Hex | A8 | E7 | C4 | 1B | 0 | F | 9 | 93 | 39 | 4E |
| Octal | 250 | 347 | 304 | 33 | 0 | 17 | 11 | 223 | 71 | 116 |
| Binary | 10101000 | 11100111 | 11000100 | 11011 | 0 | 1111 | 1001 | 10010011 | 111001 | 1001110 |
Color Harmonies of #A8E7C4
Complementary color
Monochromatic Colors of #A8E7C4
Black with #A8E7C4
Text Example
Text Example
White with #A8E7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E7C4; }
p { color: rgb(168,231,196); }
H1.HeaderClassName
{
color: #A8E7C4;
}
.AnyTagClassName
{
color: #A8E7C4;
}
</style>
background-color css
<style>
a { background-color: #A8E7C4; }
a { background-color: rgb(168,231,196); }
div.DivClassName
{
background-color: #A8E7C4;
}
.BgClassName
{
background-color: #A8E7C4;
}
</style>
border-color css
<style>
span { border-color: #A8E7C4; }
span { border-color: rgb(168,231,196); }
td.TdClassName
{
border-color: #A8E7C4;
}
.TagClassName
{
border-color: #A8E7C4;
}
</style>