Shades of Magic Mint #A8E1C4
Tints of Magic Mint #A8E1C4
RGB
CMYK
RGB Variations
Color information
#A8E1C4 (or 0xA8E1C4) is known color: Magic Mint. HEX triplet: A8, E1 and C4. RGB value is (168,225,196). Sum of RGB (Red+Green+Blue) = 168+225+196=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1C4 is #571E3B. Grayscale: #CCCCCC. Windows color (decimal): -5709372 or 12902824. OLE color: 12902824.
HSL color Cylindrical-coordinate representation of color #A8E1C4: hue angle of 149.47º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1C4 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 196 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.12 |
| HSL | 149.47º | 0.49% | 0.77% | - |
| HSV(B) | 149.47º | 0.25% | 0.88% | - |
| XYZ | 53.04 | 66.16 | 62.2 | - |
| YUV | 204.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 196 | 0.25 | 0 | 0.13 | 0.12 | 149.47 | 0.49 | 0.77 |
| Hex | A8 | E1 | C4 | 19 | 0 | D | C | 95 | 31 | 4D |
| Octal | 250 | 341 | 304 | 31 | 0 | 15 | 14 | 225 | 61 | 115 |
| Binary | 10101000 | 11100001 | 11000100 | 11001 | 0 | 1101 | 1100 | 10010101 | 110001 | 1001101 |
Color Harmonies of #A8E1C4
Complementary color
Monochromatic Colors of #A8E1C4
Black with #A8E1C4
Text Example
Text Example
White with #A8E1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1C4; }
p { color: rgb(168,225,196); }
H1.HeaderClassName
{
color: #A8E1C4;
}
.AnyTagClassName
{
color: #A8E1C4;
}
</style>
background-color css
<style>
a { background-color: #A8E1C4; }
a { background-color: rgb(168,225,196); }
div.DivClassName
{
background-color: #A8E1C4;
}
.BgClassName
{
background-color: #A8E1C4;
}
</style>
border-color css
<style>
span { border-color: #A8E1C4; }
span { border-color: rgb(168,225,196); }
td.TdClassName
{
border-color: #A8E1C4;
}
.TagClassName
{
border-color: #A8E1C4;
}
</style>