Shades of Magic Mint #A7EDC9
Tints of Magic Mint #A7EDC9
RGB
CMYK
RGB Variations
Color information
#A7EDC9 (or 0xA7EDC9) is known color: Magic Mint. HEX triplet: A7, ED and C9. RGB value is (167,237,201). Sum of RGB (Red+Green+Blue) = 167+237+201=605 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.60% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDC9 is #581236. Grayscale: #D4D4D4. Windows color (decimal): -5771831 or 13233575. OLE color: 13233575.
HSL color Cylindrical-coordinate representation of color #A7EDC9: hue angle of 149.14º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EDC9 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 201 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.07 |
| HSL | 149.14º | 0.66% | 0.79% | - |
| HSV(B) | 149.14º | 0.3% | 0.93% | - |
| XYZ | 56.76 | 73 | 66.36 | - |
| YUV | 211.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 201 | 0.30 | 0 | 0.15 | 0.07 | 149.14 | 0.66 | 0.79 |
| Hex | A7 | ED | C9 | 1E | 0 | F | 7 | 95 | 42 | 4F |
| Octal | 247 | 355 | 311 | 36 | 0 | 17 | 7 | 225 | 102 | 117 |
| Binary | 10100111 | 11101101 | 11001001 | 11110 | 0 | 1111 | 111 | 10010101 | 1000010 | 1001111 |
Color Harmonies of #A7EDC9
Complementary color
Monochromatic Colors of #A7EDC9
Black with #A7EDC9
Text Example
Text Example
White with #A7EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EDC9; }
p { color: rgb(167,237,201); }
H1.HeaderClassName
{
color: #A7EDC9;
}
.AnyTagClassName
{
color: #A7EDC9;
}
</style>
background-color css
<style>
a { background-color: #A7EDC9; }
a { background-color: rgb(167,237,201); }
div.DivClassName
{
background-color: #A7EDC9;
}
.BgClassName
{
background-color: #A7EDC9;
}
</style>
border-color css
<style>
span { border-color: #A7EDC9; }
span { border-color: rgb(167,237,201); }
td.TdClassName
{
border-color: #A7EDC9;
}
.TagClassName
{
border-color: #A7EDC9;
}
</style>