Shades of Magic Mint #ABE8D1
Tints of Magic Mint #ABE8D1
RGB
CMYK
RGB Variations
Color information
#ABE8D1 (or 0xABE8D1) is known color: Magic Mint. HEX triplet: AB, E8 and D1. RGB value is (171,232,209). Sum of RGB (Red+Green+Blue) = 171+232+209=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE8D1 is #54172E. Grayscale: #D3D3D3. Windows color (decimal): -5510959 or 13756587. OLE color: 13756587.
HSL color Cylindrical-coordinate representation of color #ABE8D1: hue angle of 157.38º 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 #ABE8D1 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 209 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.09 |
| HSL | 157.38º | 0.57% | 0.79% | - |
| HSV(B) | 157.38º | 0.26% | 0.91% | - |
| XYZ | 57.16 | 70.97 | 71.01 | - |
| YUV | 211.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 209 | 0.26 | 0 | 0.10 | 0.09 | 157.38 | 0.57 | 0.79 |
| Hex | AB | E8 | D1 | 1A | 0 | A | 9 | 9D | 39 | 4F |
| Octal | 253 | 350 | 321 | 32 | 0 | 12 | 11 | 235 | 71 | 117 |
| Binary | 10101011 | 11101000 | 11010001 | 11010 | 0 | 1010 | 1001 | 10011101 | 111001 | 1001111 |
Color Harmonies of #ABE8D1
Complementary color
Monochromatic Colors of #ABE8D1
Black with #ABE8D1
Text Example
Text Example
White with #ABE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE8D1; }
p { color: rgb(171,232,209); }
H1.HeaderClassName
{
color: #ABE8D1;
}
.AnyTagClassName
{
color: #ABE8D1;
}
</style>
background-color css
<style>
a { background-color: #ABE8D1; }
a { background-color: rgb(171,232,209); }
div.DivClassName
{
background-color: #ABE8D1;
}
.BgClassName
{
background-color: #ABE8D1;
}
</style>
border-color css
<style>
span { border-color: #ABE8D1; }
span { border-color: rgb(171,232,209); }
td.TdClassName
{
border-color: #ABE8D1;
}
.TagClassName
{
border-color: #ABE8D1;
}
</style>