Shades of Magic Mint #A7EFD6
Tints of Magic Mint #A7EFD6
RGB
CMYK
RGB Variations
Color information
#A7EFD6 (or 0xA7EFD6) is known color: Magic Mint. HEX triplet: A7, EF and D6. RGB value is (167,239,214). Sum of RGB (Red+Green+Blue) = 167+239+214=620 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.94% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EFD6 is #581029. Grayscale: #D6D6D6. Windows color (decimal): -5771306 or 14086055. OLE color: 14086055.
HSL color Cylindrical-coordinate representation of color #A7EFD6: hue angle of 159.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EFD6 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 239 | 214 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.06 |
| HSL | 159.17º | 0.69% | 0.8% | - |
| HSV(B) | 159.17º | 0.3% | 0.94% | - |
| XYZ | 58.94 | 74.8 | 74.95 | - |
| YUV | 214.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 239 | 214 | 0.30 | 0 | 0.10 | 0.06 | 159.17 | 0.69 | 0.8 |
| Hex | A7 | EF | D6 | 1E | 0 | A | 6 | 9F | 45 | 50 |
| Octal | 247 | 357 | 326 | 36 | 0 | 12 | 6 | 237 | 105 | 120 |
| Binary | 10100111 | 11101111 | 11010110 | 11110 | 0 | 1010 | 110 | 10011111 | 1000101 | 1010000 |
Color Harmonies of #A7EFD6
Complementary color
Monochromatic Colors of #A7EFD6
Black with #A7EFD6
Text Example
Text Example
White with #A7EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EFD6; }
p { color: rgb(167,239,214); }
H1.HeaderClassName
{
color: #A7EFD6;
}
.AnyTagClassName
{
color: #A7EFD6;
}
</style>
background-color css
<style>
a { background-color: #A7EFD6; }
a { background-color: rgb(167,239,214); }
div.DivClassName
{
background-color: #A7EFD6;
}
.BgClassName
{
background-color: #A7EFD6;
}
</style>
border-color css
<style>
span { border-color: #A7EFD6; }
span { border-color: rgb(167,239,214); }
td.TdClassName
{
border-color: #A7EFD6;
}
.TagClassName
{
border-color: #A7EFD6;
}
</style>