Shades of Magic Mint #A8EBC7
Tints of Magic Mint #A8EBC7
RGB
CMYK
RGB Variations
Color information
#A8EBC7 (or 0xA8EBC7) is known color: Magic Mint. HEX triplet: A8, EB and C7. RGB value is (168,235,199). Sum of RGB (Red+Green+Blue) = 168+235+199=602 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.91% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBC7 is #571438. Grayscale: #D2D2D2. Windows color (decimal): -5706809 or 13101992. OLE color: 13101992.
HSL color Cylindrical-coordinate representation of color #A8EBC7: hue angle of 147.76º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBC7 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 199 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.08 |
| HSL | 147.76º | 0.63% | 0.79% | - |
| HSV(B) | 147.76º | 0.29% | 0.92% | - |
| XYZ | 56.17 | 71.87 | 64.94 | - |
| YUV | 210.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 199 | 0.29 | 0 | 0.15 | 0.08 | 147.76 | 0.63 | 0.79 |
| Hex | A8 | EB | C7 | 1D | 0 | F | 8 | 94 | 3F | 4F |
| Octal | 250 | 353 | 307 | 35 | 0 | 17 | 10 | 224 | 77 | 117 |
| Binary | 10101000 | 11101011 | 11000111 | 11101 | 0 | 1111 | 1000 | 10010100 | 111111 | 1001111 |
Color Harmonies of #A8EBC7
Complementary color
Monochromatic Colors of #A8EBC7
Black with #A8EBC7
Text Example
Text Example
White with #A8EBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EBC7; }
p { color: rgb(168,235,199); }
H1.HeaderClassName
{
color: #A8EBC7;
}
.AnyTagClassName
{
color: #A8EBC7;
}
</style>
background-color css
<style>
a { background-color: #A8EBC7; }
a { background-color: rgb(168,235,199); }
div.DivClassName
{
background-color: #A8EBC7;
}
.BgClassName
{
background-color: #A8EBC7;
}
</style>
border-color css
<style>
span { border-color: #A8EBC7; }
span { border-color: rgb(168,235,199); }
td.TdClassName
{
border-color: #A8EBC7;
}
.TagClassName
{
border-color: #A8EBC7;
}
</style>