Shades of Magic Mint #A7EDD4
Tints of Magic Mint #A7EDD4
RGB
CMYK
RGB Variations
Color information
#A7EDD4 (or 0xA7EDD4) is known color: Magic Mint. HEX triplet: A7, ED and D4. RGB value is (167,237,212). Sum of RGB (Red+Green+Blue) = 167+237+212=616 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.11% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDD4 is #58122B. Grayscale: #D5D5D5. Windows color (decimal): -5771820 or 13954471. OLE color: 13954471.
HSL color Cylindrical-coordinate representation of color #A7EDD4: hue angle of 158.57º 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 #A7EDD4 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 212 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.07 |
| HSL | 158.57º | 0.66% | 0.79% | - |
| HSV(B) | 158.57º | 0.3% | 0.93% | - |
| XYZ | 58.1 | 73.54 | 73.42 | - |
| YUV | 213.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 212 | 0.30 | 0 | 0.11 | 0.07 | 158.57 | 0.66 | 0.79 |
| Hex | A7 | ED | D4 | 1E | 0 | B | 7 | 9F | 42 | 4F |
| Octal | 247 | 355 | 324 | 36 | 0 | 13 | 7 | 237 | 102 | 117 |
| Binary | 10100111 | 11101101 | 11010100 | 11110 | 0 | 1011 | 111 | 10011111 | 1000010 | 1001111 |
Color Harmonies of #A7EDD4
Complementary color
Monochromatic Colors of #A7EDD4
Black with #A7EDD4
Text Example
Text Example
White with #A7EDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EDD4; }
p { color: rgb(167,237,212); }
H1.HeaderClassName
{
color: #A7EDD4;
}
.AnyTagClassName
{
color: #A7EDD4;
}
</style>
background-color css
<style>
a { background-color: #A7EDD4; }
a { background-color: rgb(167,237,212); }
div.DivClassName
{
background-color: #A7EDD4;
}
.BgClassName
{
background-color: #A7EDD4;
}
</style>
border-color css
<style>
span { border-color: #A7EDD4; }
span { border-color: rgb(167,237,212); }
td.TdClassName
{
border-color: #A7EDD4;
}
.TagClassName
{
border-color: #A7EDD4;
}
</style>