Shades of Magic Mint #A7E6CE
Tints of Magic Mint #A7E6CE
RGB
CMYK
RGB Variations
Color information
#A7E6CE (or 0xA7E6CE) is known color: Magic Mint. HEX triplet: A7, E6 and CE. RGB value is (167,230,206). Sum of RGB (Red+Green+Blue) = 167+230+206=603 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.69% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #A7E6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7E6CE is #581931. Grayscale: #D0D0D0. Windows color (decimal): -5773618 or 13559463. OLE color: 13559463.
HSL color Cylindrical-coordinate representation of color #A7E6CE: hue angle of 157.14º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7E6CE is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 230 | 206 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.10 |
| HSL | 157.14º | 0.56% | 0.78% | - |
| HSV(B) | 157.14º | 0.27% | 0.9% | - |
| XYZ | 55.37 | 69.27 | 68.84 | - |
| YUV | 208.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 230 | 206 | 0.27 | 0 | 0.10 | 0.10 | 157.14 | 0.56 | 0.78 |
| Hex | A7 | E6 | CE | 1B | 0 | A | A | 9D | 38 | 4E |
| Octal | 247 | 346 | 316 | 33 | 0 | 12 | 12 | 235 | 70 | 116 |
| Binary | 10100111 | 11100110 | 11001110 | 11011 | 0 | 1010 | 1010 | 10011101 | 111000 | 1001110 |
Color Harmonies of #A7E6CE
Complementary color
Monochromatic Colors of #A7E6CE
Black with #A7E6CE
Text Example
Text Example
White with #A7E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E6CE; }
p { color: rgb(167,230,206); }
H1.HeaderClassName
{
color: #A7E6CE;
}
.AnyTagClassName
{
color: #A7E6CE;
}
</style>
background-color css
<style>
a { background-color: #A7E6CE; }
a { background-color: rgb(167,230,206); }
div.DivClassName
{
background-color: #A7E6CE;
}
.BgClassName
{
background-color: #A7E6CE;
}
</style>
border-color css
<style>
span { border-color: #A7E6CE; }
span { border-color: rgb(167,230,206); }
td.TdClassName
{
border-color: #A7E6CE;
}
.TagClassName
{
border-color: #A7E6CE;
}
</style>