Shades of Magic Mint #A8E3C1
Tints of Magic Mint #A8E3C1
RGB
CMYK
RGB Variations
Color information
#A8E3C1 (or 0xA8E3C1) is known color: Magic Mint. HEX triplet: A8, E3 and C1. RGB value is (168,227,193). Sum of RGB (Red+Green+Blue) = 168+227+193=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E3C1 is #571C3E. Grayscale: #CDCDCD. Windows color (decimal): -5708863 or 12706728. OLE color: 12706728.
HSL color Cylindrical-coordinate representation of color #A8E3C1: hue angle of 145.42º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E3C1 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 193 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.11 |
| HSL | 145.42º | 0.51% | 0.77% | - |
| HSV(B) | 145.42º | 0.26% | 0.89% | - |
| XYZ | 53.24 | 67.11 | 60.6 | - |
| YUV | 205.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 193 | 0.26 | 0 | 0.15 | 0.11 | 145.42 | 0.51 | 0.77 |
| Hex | A8 | E3 | C1 | 1A | 0 | F | B | 91 | 33 | 4D |
| Octal | 250 | 343 | 301 | 32 | 0 | 17 | 13 | 221 | 63 | 115 |
| Binary | 10101000 | 11100011 | 11000001 | 11010 | 0 | 1111 | 1011 | 10010001 | 110011 | 1001101 |
Color Harmonies of #A8E3C1
Complementary color
Monochromatic Colors of #A8E3C1
Black with #A8E3C1
Text Example
Text Example
White with #A8E3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E3C1; }
p { color: rgb(168,227,193); }
H1.HeaderClassName
{
color: #A8E3C1;
}
.AnyTagClassName
{
color: #A8E3C1;
}
</style>
background-color css
<style>
a { background-color: #A8E3C1; }
a { background-color: rgb(168,227,193); }
div.DivClassName
{
background-color: #A8E3C1;
}
.BgClassName
{
background-color: #A8E3C1;
}
</style>
border-color css
<style>
span { border-color: #A8E3C1; }
span { border-color: rgb(168,227,193); }
td.TdClassName
{
border-color: #A8E3C1;
}
.TagClassName
{
border-color: #A8E3C1;
}
</style>