Shades of Magic Mint #ABE6D0
Tints of Magic Mint #ABE6D0
RGB
CMYK
RGB Variations
Color information
#ABE6D0 (or 0xABE6D0) is known color: Magic Mint. HEX triplet: AB, E6 and D0. RGB value is (171,230,208). Sum of RGB (Red+Green+Blue) = 171+230+208=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE6D0 is #54192F. Grayscale: #D1D1D1. Windows color (decimal): -5511472 or 13690539. OLE color: 13690539.
HSL color Cylindrical-coordinate representation of color #ABE6D0: hue angle of 157.63º 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 #ABE6D0 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 208 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.10 |
| HSL | 157.63º | 0.54% | 0.79% | - |
| HSV(B) | 157.63º | 0.26% | 0.9% | - |
| XYZ | 56.48 | 69.81 | 70.17 | - |
| YUV | 209.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 208 | 0.26 | 0 | 0.10 | 0.10 | 157.63 | 0.54 | 0.79 |
| Hex | AB | E6 | D0 | 1A | 0 | A | A | 9E | 36 | 4F |
| Octal | 253 | 346 | 320 | 32 | 0 | 12 | 12 | 236 | 66 | 117 |
| Binary | 10101011 | 11100110 | 11010000 | 11010 | 0 | 1010 | 1010 | 10011110 | 110110 | 1001111 |
Color Harmonies of #ABE6D0
Complementary color
Monochromatic Colors of #ABE6D0
Black with #ABE6D0
Text Example
Text Example
White with #ABE6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE6D0; }
p { color: rgb(171,230,208); }
H1.HeaderClassName
{
color: #ABE6D0;
}
.AnyTagClassName
{
color: #ABE6D0;
}
</style>
background-color css
<style>
a { background-color: #ABE6D0; }
a { background-color: rgb(171,230,208); }
div.DivClassName
{
background-color: #ABE6D0;
}
.BgClassName
{
background-color: #ABE6D0;
}
</style>
border-color css
<style>
span { border-color: #ABE6D0; }
span { border-color: rgb(171,230,208); }
td.TdClassName
{
border-color: #ABE6D0;
}
.TagClassName
{
border-color: #ABE6D0;
}
</style>