Shades of Magic Mint #A7EDD1
Tints of Magic Mint #A7EDD1
RGB
CMYK
RGB Variations
Color information
#A7EDD1 (or 0xA7EDD1) is known color: Magic Mint. HEX triplet: A7, ED and D1. RGB value is (167,237,209). Sum of RGB (Red+Green+Blue) = 167+237+209=613 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.24% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDD1 is #58122E. Grayscale: #D4D4D4. Windows color (decimal): -5771823 or 13757863. OLE color: 13757863.
HSL color Cylindrical-coordinate representation of color #A7EDD1: hue angle of 156º 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 #A7EDD1 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 209 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.07 |
| HSL | 156º | 0.66% | 0.79% | - |
| HSV(B) | 156º | 0.3% | 0.93% | - |
| XYZ | 57.73 | 73.39 | 71.44 | - |
| YUV | 212.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 209 | 0.30 | 0 | 0.12 | 0.07 | 156 | 0.66 | 0.79 |
| Hex | A7 | ED | D1 | 1E | 0 | C | 7 | 9C | 42 | 4F |
| Octal | 247 | 355 | 321 | 36 | 0 | 14 | 7 | 234 | 102 | 117 |
| Binary | 10100111 | 11101101 | 11010001 | 11110 | 0 | 1100 | 111 | 10011100 | 1000010 | 1001111 |
Color Harmonies of #A7EDD1
Complementary color
Monochromatic Colors of #A7EDD1
Black with #A7EDD1
Text Example
Text Example
White with #A7EDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EDD1; }
p { color: rgb(167,237,209); }
H1.HeaderClassName
{
color: #A7EDD1;
}
.AnyTagClassName
{
color: #A7EDD1;
}
</style>
background-color css
<style>
a { background-color: #A7EDD1; }
a { background-color: rgb(167,237,209); }
div.DivClassName
{
background-color: #A7EDD1;
}
.BgClassName
{
background-color: #A7EDD1;
}
</style>
border-color css
<style>
span { border-color: #A7EDD1; }
span { border-color: rgb(167,237,209); }
td.TdClassName
{
border-color: #A7EDD1;
}
.TagClassName
{
border-color: #A7EDD1;
}
</style>