Shades of Magic Mint #ABE8D2
Tints of Magic Mint #ABE8D2
RGB
CMYK
RGB Variations
Color information
#ABE8D2 (or 0xABE8D2) is known color: Magic Mint. HEX triplet: AB, E8 and D2. RGB value is (171,232,210). Sum of RGB (Red+Green+Blue) = 171+232+210=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE8D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE8D2 is #54172D. Grayscale: #D3D3D3. Windows color (decimal): -5510958 or 13822123. OLE color: 13822123.
HSL color Cylindrical-coordinate representation of color #ABE8D2: hue angle of 158.36º 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 #ABE8D2 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 210 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.09 |
| HSL | 158.36º | 0.57% | 0.79% | - |
| HSV(B) | 158.36º | 0.26% | 0.91% | - |
| XYZ | 57.28 | 71.02 | 71.66 | - |
| YUV | 211.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 210 | 0.26 | 0 | 0.09 | 0.09 | 158.36 | 0.57 | 0.79 |
| Hex | AB | E8 | D2 | 1A | 0 | 9 | 9 | 9E | 39 | 4F |
| Octal | 253 | 350 | 322 | 32 | 0 | 11 | 11 | 236 | 71 | 117 |
| Binary | 10101011 | 11101000 | 11010010 | 11010 | 0 | 1001 | 1001 | 10011110 | 111001 | 1001111 |
Color Harmonies of #ABE8D2
Complementary color
Monochromatic Colors of #ABE8D2
Black with #ABE8D2
Text Example
Text Example
White with #ABE8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE8D2; }
p { color: rgb(171,232,210); }
H1.HeaderClassName
{
color: #ABE8D2;
}
.AnyTagClassName
{
color: #ABE8D2;
}
</style>
background-color css
<style>
a { background-color: #ABE8D2; }
a { background-color: rgb(171,232,210); }
div.DivClassName
{
background-color: #ABE8D2;
}
.BgClassName
{
background-color: #ABE8D2;
}
</style>
border-color css
<style>
span { border-color: #ABE8D2; }
span { border-color: rgb(171,232,210); }
td.TdClassName
{
border-color: #ABE8D2;
}
.TagClassName
{
border-color: #ABE8D2;
}
</style>