Shades of Magic Mint #A7ECC7
Tints of Magic Mint #A7ECC7
RGB
CMYK
RGB Variations
Color information
#A7ECC7 (or 0xA7ECC7) is known color: Magic Mint. HEX triplet: A7, EC and C7. RGB value is (167,236,199). Sum of RGB (Red+Green+Blue) = 167+236+199=602 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.74% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #A7ECC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7ECC7 is #581338. Grayscale: #D3D3D3. Windows color (decimal): -5772089 or 13102247. OLE color: 13102247.
HSL color Cylindrical-coordinate representation of color #A7ECC7: hue angle of 147.83º 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 #A7ECC7 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 236 | 199 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.07 |
| HSL | 147.83º | 0.64% | 0.79% | - |
| HSV(B) | 147.83º | 0.29% | 0.93% | - |
| XYZ | 56.24 | 72.33 | 65.03 | - |
| YUV | 211.15 | 121.14 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 236 | 199 | 0.29 | 0 | 0.16 | 0.07 | 147.83 | 0.64 | 0.79 |
| Hex | A7 | EC | C7 | 1D | 0 | 10 | 7 | 94 | 40 | 4F |
| Octal | 247 | 354 | 307 | 35 | 0 | 20 | 7 | 224 | 100 | 117 |
| Binary | 10100111 | 11101100 | 11000111 | 11101 | 0 | 10000 | 111 | 10010100 | 1000000 | 1001111 |
Color Harmonies of #A7ECC7
Complementary color
Monochromatic Colors of #A7ECC7
Black with #A7ECC7
Text Example
Text Example
White with #A7ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ECC7; }
p { color: rgb(167,236,199); }
H1.HeaderClassName
{
color: #A7ECC7;
}
.AnyTagClassName
{
color: #A7ECC7;
}
</style>
background-color css
<style>
a { background-color: #A7ECC7; }
a { background-color: rgb(167,236,199); }
div.DivClassName
{
background-color: #A7ECC7;
}
.BgClassName
{
background-color: #A7ECC7;
}
</style>
border-color css
<style>
span { border-color: #A7ECC7; }
span { border-color: rgb(167,236,199); }
td.TdClassName
{
border-color: #A7ECC7;
}
.TagClassName
{
border-color: #A7ECC7;
}
</style>