Shades of Magic Mint #A6EACF
Tints of Magic Mint #A6EACF
RGB
CMYK
RGB Variations
Color information
#A6EACF (or 0xA6EACF) is known color: Magic Mint. HEX triplet: A6, EA and CF. RGB value is (166,234,207). Sum of RGB (Red+Green+Blue) = 166+234+207=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EACF is #591530. Grayscale: #D2D2D2. Windows color (decimal): -5838129 or 13626022. OLE color: 13626022.
HSL color Cylindrical-coordinate representation of color #A6EACF: hue angle of 156.18º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EACF is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 207 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.08 |
| HSL | 156.18º | 0.62% | 0.78% | - |
| HSV(B) | 156.18º | 0.29% | 0.92% | - |
| XYZ | 56.41 | 71.46 | 69.85 | - |
| YUV | 210.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 207 | 0.29 | 0 | 0.12 | 0.08 | 156.18 | 0.62 | 0.78 |
| Hex | A6 | EA | CF | 1D | 0 | C | 8 | 9C | 3E | 4E |
| Octal | 246 | 352 | 317 | 35 | 0 | 14 | 10 | 234 | 76 | 116 |
| Binary | 10100110 | 11101010 | 11001111 | 11101 | 0 | 1100 | 1000 | 10011100 | 111110 | 1001110 |
Color Harmonies of #A6EACF
Complementary color
Monochromatic Colors of #A6EACF
Black with #A6EACF
Text Example
Text Example
White with #A6EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EACF; }
p { color: rgb(166,234,207); }
H1.HeaderClassName
{
color: #A6EACF;
}
.AnyTagClassName
{
color: #A6EACF;
}
</style>
background-color css
<style>
a { background-color: #A6EACF; }
a { background-color: rgb(166,234,207); }
div.DivClassName
{
background-color: #A6EACF;
}
.BgClassName
{
background-color: #A6EACF;
}
</style>
border-color css
<style>
span { border-color: #A6EACF; }
span { border-color: rgb(166,234,207); }
td.TdClassName
{
border-color: #A6EACF;
}
.TagClassName
{
border-color: #A6EACF;
}
</style>