Shades of Magic Mint #A6EECF
Tints of Magic Mint #A6EECF
RGB
CMYK
RGB Variations
Color information
#A6EECF (or 0xA6EECF) is known color: Magic Mint. HEX triplet: A6, EE and CF. RGB value is (166,238,207). Sum of RGB (Red+Green+Blue) = 166+238+207=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EECF is #591130. Grayscale: #D4D4D4. Windows color (decimal): -5837105 or 13627046. OLE color: 13627046.
HSL color Cylindrical-coordinate representation of color #A6EECF: hue angle of 154.17º degrees, saturation: 0.68, 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 #A6EECF is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 207 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.07 |
| HSL | 154.17º | 0.68% | 0.79% | - |
| HSV(B) | 154.17º | 0.3% | 0.93% | - |
| XYZ | 57.56 | 73.76 | 70.23 | - |
| YUV | 212.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 207 | 0.30 | 0 | 0.13 | 0.07 | 154.17 | 0.68 | 0.79 |
| Hex | A6 | EE | CF | 1E | 0 | D | 7 | 9A | 44 | 4F |
| Octal | 246 | 356 | 317 | 36 | 0 | 15 | 7 | 232 | 104 | 117 |
| Binary | 10100110 | 11101110 | 11001111 | 11110 | 0 | 1101 | 111 | 10011010 | 1000100 | 1001111 |
Color Harmonies of #A6EECF
Complementary color
Monochromatic Colors of #A6EECF
Black with #A6EECF
Text Example
Text Example
White with #A6EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EECF; }
p { color: rgb(166,238,207); }
H1.HeaderClassName
{
color: #A6EECF;
}
.AnyTagClassName
{
color: #A6EECF;
}
</style>
background-color css
<style>
a { background-color: #A6EECF; }
a { background-color: rgb(166,238,207); }
div.DivClassName
{
background-color: #A6EECF;
}
.BgClassName
{
background-color: #A6EECF;
}
</style>
border-color css
<style>
span { border-color: #A6EECF; }
span { border-color: rgb(166,238,207); }
td.TdClassName
{
border-color: #A6EECF;
}
.TagClassName
{
border-color: #A6EECF;
}
</style>