Shades of Magic Mint #ABE4C3
Tints of Magic Mint #ABE4C3
RGB
CMYK
RGB Variations
Color information
#ABE4C3 (or 0xABE4C3) is known color: Magic Mint. HEX triplet: AB, E4 and C3. RGB value is (171,228,195). Sum of RGB (Red+Green+Blue) = 171+228+195=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE4C3 is #541B3C. Grayscale: #CFCFCF. Windows color (decimal): -5511997 or 12838059. OLE color: 12838059.
HSL color Cylindrical-coordinate representation of color #ABE4C3: hue angle of 145.26º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE4C3 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 195 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.11 |
| HSL | 145.26º | 0.51% | 0.78% | - |
| HSV(B) | 145.26º | 0.25% | 0.89% | - |
| XYZ | 54.39 | 68.08 | 61.9 | - |
| YUV | 207.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 195 | 0.25 | 0 | 0.14 | 0.11 | 145.26 | 0.51 | 0.78 |
| Hex | AB | E4 | C3 | 19 | 0 | E | B | 91 | 33 | 4E |
| Octal | 253 | 344 | 303 | 31 | 0 | 16 | 13 | 221 | 63 | 116 |
| Binary | 10101011 | 11100100 | 11000011 | 11001 | 0 | 1110 | 1011 | 10010001 | 110011 | 1001110 |
Color Harmonies of #ABE4C3
Complementary color
Monochromatic Colors of #ABE4C3
Black with #ABE4C3
Text Example
Text Example
White with #ABE4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE4C3; }
p { color: rgb(171,228,195); }
H1.HeaderClassName
{
color: #ABE4C3;
}
.AnyTagClassName
{
color: #ABE4C3;
}
</style>
background-color css
<style>
a { background-color: #ABE4C3; }
a { background-color: rgb(171,228,195); }
div.DivClassName
{
background-color: #ABE4C3;
}
.BgClassName
{
background-color: #ABE4C3;
}
</style>
border-color css
<style>
span { border-color: #ABE4C3; }
span { border-color: rgb(171,228,195); }
td.TdClassName
{
border-color: #ABE4C3;
}
.TagClassName
{
border-color: #ABE4C3;
}
</style>