Shades of Magic Mint #ABE6C6
Tints of Magic Mint #ABE6C6
RGB
CMYK
RGB Variations
Color information
#ABE6C6 (or 0xABE6C6) is known color: Magic Mint. HEX triplet: AB, E6 and C6. RGB value is (171,230,198). Sum of RGB (Red+Green+Blue) = 171+230+198=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE6C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE6C6 is #541939. Grayscale: #D0D0D0. Windows color (decimal): -5511482 or 13035179. OLE color: 13035179.
HSL color Cylindrical-coordinate representation of color #ABE6C6: hue angle of 147.46º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE6C6 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 198 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.10 |
| HSL | 147.46º | 0.54% | 0.79% | - |
| HSV(B) | 147.46º | 0.26% | 0.9% | - |
| XYZ | 55.28 | 69.33 | 63.89 | - |
| YUV | 208.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 198 | 0.26 | 0 | 0.14 | 0.10 | 147.46 | 0.54 | 0.79 |
| Hex | AB | E6 | C6 | 1A | 0 | E | A | 93 | 36 | 4F |
| Octal | 253 | 346 | 306 | 32 | 0 | 16 | 12 | 223 | 66 | 117 |
| Binary | 10101011 | 11100110 | 11000110 | 11010 | 0 | 1110 | 1010 | 10010011 | 110110 | 1001111 |
Color Harmonies of #ABE6C6
Complementary color
Monochromatic Colors of #ABE6C6
Black with #ABE6C6
Text Example
Text Example
White with #ABE6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE6C6; }
p { color: rgb(171,230,198); }
H1.HeaderClassName
{
color: #ABE6C6;
}
.AnyTagClassName
{
color: #ABE6C6;
}
</style>
background-color css
<style>
a { background-color: #ABE6C6; }
a { background-color: rgb(171,230,198); }
div.DivClassName
{
background-color: #ABE6C6;
}
.BgClassName
{
background-color: #ABE6C6;
}
</style>
border-color css
<style>
span { border-color: #ABE6C6; }
span { border-color: rgb(171,230,198); }
td.TdClassName
{
border-color: #ABE6C6;
}
.TagClassName
{
border-color: #ABE6C6;
}
</style>