Shades of Magic Mint #ABE8C4
Tints of Magic Mint #ABE8C4
RGB
CMYK
RGB Variations
Color information
#ABE8C4 (or 0xABE8C4) is known color: Magic Mint. HEX triplet: AB, E8 and C4. RGB value is (171,232,196). Sum of RGB (Red+Green+Blue) = 171+232+196=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE8C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE8C4 is #54173B. Grayscale: #D1D1D1. Windows color (decimal): -5510972 or 12904619. OLE color: 12904619.
HSL color Cylindrical-coordinate representation of color #ABE8C4: hue angle of 144.59º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE8C4 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 196 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.09 |
| HSL | 144.59º | 0.57% | 0.79% | - |
| HSV(B) | 144.59º | 0.26% | 0.91% | - |
| XYZ | 55.62 | 70.36 | 62.87 | - |
| YUV | 209.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 196 | 0.26 | 0 | 0.16 | 0.09 | 144.59 | 0.57 | 0.79 |
| Hex | AB | E8 | C4 | 1A | 0 | 10 | 9 | 91 | 39 | 4F |
| Octal | 253 | 350 | 304 | 32 | 0 | 20 | 11 | 221 | 71 | 117 |
| Binary | 10101011 | 11101000 | 11000100 | 11010 | 0 | 10000 | 1001 | 10010001 | 111001 | 1001111 |
Color Harmonies of #ABE8C4
Complementary color
Monochromatic Colors of #ABE8C4
Black with #ABE8C4
Text Example
Text Example
White with #ABE8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE8C4; }
p { color: rgb(171,232,196); }
H1.HeaderClassName
{
color: #ABE8C4;
}
.AnyTagClassName
{
color: #ABE8C4;
}
</style>
background-color css
<style>
a { background-color: #ABE8C4; }
a { background-color: rgb(171,232,196); }
div.DivClassName
{
background-color: #ABE8C4;
}
.BgClassName
{
background-color: #ABE8C4;
}
</style>
border-color css
<style>
span { border-color: #ABE8C4; }
span { border-color: rgb(171,232,196); }
td.TdClassName
{
border-color: #ABE8C4;
}
.TagClassName
{
border-color: #ABE8C4;
}
</style>