Shades of Magic Mint #A8ECC1
Tints of Magic Mint #A8ECC1
RGB
CMYK
RGB Variations
Color information
#A8ECC1 (or 0xA8ECC1) is known color: Magic Mint. HEX triplet: A8, EC and C1. RGB value is (168,236,193). Sum of RGB (Red+Green+Blue) = 168+236+193=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECC1 is #57133E. Grayscale: #D2D2D2. Windows color (decimal): -5706559 or 12709032. OLE color: 12709032.
HSL color Cylindrical-coordinate representation of color #A8ECC1: hue angle of 142.06º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECC1 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 193 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.07 |
| HSL | 142.06º | 0.64% | 0.79% | - |
| HSV(B) | 142.06º | 0.29% | 0.93% | - |
| XYZ | 55.77 | 72.17 | 61.44 | - |
| YUV | 210.77 | 117.97 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 193 | 0.29 | 0 | 0.18 | 0.07 | 142.06 | 0.64 | 0.79 |
| Hex | A8 | EC | C1 | 1D | 0 | 12 | 7 | 8E | 40 | 4F |
| Octal | 250 | 354 | 301 | 35 | 0 | 22 | 7 | 216 | 100 | 117 |
| Binary | 10101000 | 11101100 | 11000001 | 11101 | 0 | 10010 | 111 | 10001110 | 1000000 | 1001111 |
Color Harmonies of #A8ECC1
Complementary color
Monochromatic Colors of #A8ECC1
Black with #A8ECC1
Text Example
Text Example
White with #A8ECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECC1; }
p { color: rgb(168,236,193); }
H1.HeaderClassName
{
color: #A8ECC1;
}
.AnyTagClassName
{
color: #A8ECC1;
}
</style>
background-color css
<style>
a { background-color: #A8ECC1; }
a { background-color: rgb(168,236,193); }
div.DivClassName
{
background-color: #A8ECC1;
}
.BgClassName
{
background-color: #A8ECC1;
}
</style>
border-color css
<style>
span { border-color: #A8ECC1; }
span { border-color: rgb(168,236,193); }
td.TdClassName
{
border-color: #A8ECC1;
}
.TagClassName
{
border-color: #A8ECC1;
}
</style>