Shades of Magic Mint #ABE6C2
Tints of Magic Mint #ABE6C2
RGB
CMYK
RGB Variations
Color information
#ABE6C2 (or 0xABE6C2) is known color: Magic Mint. HEX triplet: AB, E6 and C2. RGB value is (171,230,194). Sum of RGB (Red+Green+Blue) = 171+230+194=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE6C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE6C2 is #54193D. Grayscale: #D0D0D0. Windows color (decimal): -5511486 or 12773035. OLE color: 12773035.
HSL color Cylindrical-coordinate representation of color #ABE6C2: hue angle of 143.39º 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 #ABE6C2 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 194 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.10 |
| HSL | 143.39º | 0.54% | 0.79% | - |
| HSV(B) | 143.39º | 0.26% | 0.9% | - |
| XYZ | 54.83 | 69.15 | 61.5 | - |
| YUV | 208.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 194 | 0.26 | 0 | 0.16 | 0.10 | 143.39 | 0.54 | 0.79 |
| Hex | AB | E6 | C2 | 1A | 0 | 10 | A | 8F | 36 | 4F |
| Octal | 253 | 346 | 302 | 32 | 0 | 20 | 12 | 217 | 66 | 117 |
| Binary | 10101011 | 11100110 | 11000010 | 11010 | 0 | 10000 | 1010 | 10001111 | 110110 | 1001111 |
Color Harmonies of #ABE6C2
Complementary color
Monochromatic Colors of #ABE6C2
Black with #ABE6C2
Text Example
Text Example
White with #ABE6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE6C2; }
p { color: rgb(171,230,194); }
H1.HeaderClassName
{
color: #ABE6C2;
}
.AnyTagClassName
{
color: #ABE6C2;
}
</style>
background-color css
<style>
a { background-color: #ABE6C2; }
a { background-color: rgb(171,230,194); }
div.DivClassName
{
background-color: #ABE6C2;
}
.BgClassName
{
background-color: #ABE6C2;
}
</style>
border-color css
<style>
span { border-color: #ABE6C2; }
span { border-color: rgb(171,230,194); }
td.TdClassName
{
border-color: #ABE6C2;
}
.TagClassName
{
border-color: #ABE6C2;
}
</style>