Shades of Magic Mint #ABE1C6
Tints of Magic Mint #ABE1C6
RGB
CMYK
RGB Variations
Color information
#ABE1C6 (or 0xABE1C6) is known color: Magic Mint. HEX triplet: AB, E1 and C6. RGB value is (171,225,198). Sum of RGB (Red+Green+Blue) = 171+225+198=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1C6 is #541E39. Grayscale: #CDCDCD. Windows color (decimal): -5512762 or 13033899. OLE color: 13033899.
HSL color Cylindrical-coordinate representation of color #ABE1C6: hue angle of 150º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE1C6 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 198 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.12 |
| HSL | 150º | 0.47% | 0.78% | - |
| HSV(B) | 150º | 0.24% | 0.88% | - |
| XYZ | 53.91 | 66.59 | 63.44 | - |
| YUV | 205.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 198 | 0.24 | 0 | 0.12 | 0.12 | 150 | 0.47 | 0.78 |
| Hex | AB | E1 | C6 | 18 | 0 | C | C | 96 | 2F | 4E |
| Octal | 253 | 341 | 306 | 30 | 0 | 14 | 14 | 226 | 57 | 116 |
| Binary | 10101011 | 11100001 | 11000110 | 11000 | 0 | 1100 | 1100 | 10010110 | 101111 | 1001110 |
Color Harmonies of #ABE1C6
Complementary color
Monochromatic Colors of #ABE1C6
Black with #ABE1C6
Text Example
Text Example
White with #ABE1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1C6; }
p { color: rgb(171,225,198); }
H1.HeaderClassName
{
color: #ABE1C6;
}
.AnyTagClassName
{
color: #ABE1C6;
}
</style>
background-color css
<style>
a { background-color: #ABE1C6; }
a { background-color: rgb(171,225,198); }
div.DivClassName
{
background-color: #ABE1C6;
}
.BgClassName
{
background-color: #ABE1C6;
}
</style>
border-color css
<style>
span { border-color: #ABE1C6; }
span { border-color: rgb(171,225,198); }
td.TdClassName
{
border-color: #ABE1C6;
}
.TagClassName
{
border-color: #ABE1C6;
}
</style>