Shades of Magic Mint #A7EACF
Tints of Magic Mint #A7EACF
RGB
CMYK
RGB Variations
Color information
#A7EACF (or 0xA7EACF) is known color: Magic Mint. HEX triplet: A7, EA and CF. RGB value is (167,234,207). Sum of RGB (Red+Green+Blue) = 167+234+207=608 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.47% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EACF is #581530. Grayscale: #D2D2D2. Windows color (decimal): -5772593 or 13626023. OLE color: 13626023.
HSL color Cylindrical-coordinate representation of color #A7EACF: hue angle of 155.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EACF is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 234 | 207 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.08 |
| HSL | 155.82º | 0.61% | 0.79% | - |
| HSV(B) | 155.82º | 0.29% | 0.92% | - |
| XYZ | 56.62 | 71.57 | 69.86 | - |
| YUV | 210.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 234 | 207 | 0.29 | 0 | 0.12 | 0.08 | 155.82 | 0.61 | 0.79 |
| Hex | A7 | EA | CF | 1D | 0 | C | 8 | 9C | 3D | 4F |
| Octal | 247 | 352 | 317 | 35 | 0 | 14 | 10 | 234 | 75 | 117 |
| Binary | 10100111 | 11101010 | 11001111 | 11101 | 0 | 1100 | 1000 | 10011100 | 111101 | 1001111 |
Color Harmonies of #A7EACF
Complementary color
Monochromatic Colors of #A7EACF
Black with #A7EACF
Text Example
Text Example
White with #A7EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EACF; }
p { color: rgb(167,234,207); }
H1.HeaderClassName
{
color: #A7EACF;
}
.AnyTagClassName
{
color: #A7EACF;
}
</style>
background-color css
<style>
a { background-color: #A7EACF; }
a { background-color: rgb(167,234,207); }
div.DivClassName
{
background-color: #A7EACF;
}
.BgClassName
{
background-color: #A7EACF;
}
</style>
border-color css
<style>
span { border-color: #A7EACF; }
span { border-color: rgb(167,234,207); }
td.TdClassName
{
border-color: #A7EACF;
}
.TagClassName
{
border-color: #A7EACF;
}
</style>