Shades of Magic Mint #ABE9C6
Tints of Magic Mint #ABE9C6
RGB
CMYK
RGB Variations
Color information
#ABE9C6 (or 0xABE9C6) is known color: Magic Mint. HEX triplet: AB, E9 and C6. RGB value is (171,233,198). Sum of RGB (Red+Green+Blue) = 171+233+198=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE9C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE9C6 is #541639. Grayscale: #D2D2D2. Windows color (decimal): -5510714 or 13035947. OLE color: 13035947.
HSL color Cylindrical-coordinate representation of color #ABE9C6: hue angle of 146.13º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABE9C6 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 233 | 198 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.09 |
| HSL | 146.13º | 0.58% | 0.79% | - |
| HSV(B) | 146.13º | 0.27% | 0.91% | - |
| XYZ | 56.13 | 71.01 | 64.17 | - |
| YUV | 210.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 233 | 198 | 0.27 | 0 | 0.15 | 0.09 | 146.13 | 0.58 | 0.79 |
| Hex | AB | E9 | C6 | 1B | 0 | F | 9 | 92 | 3A | 4F |
| Octal | 253 | 351 | 306 | 33 | 0 | 17 | 11 | 222 | 72 | 117 |
| Binary | 10101011 | 11101001 | 11000110 | 11011 | 0 | 1111 | 1001 | 10010010 | 111010 | 1001111 |
Color Harmonies of #ABE9C6
Complementary color
Monochromatic Colors of #ABE9C6
Black with #ABE9C6
Text Example
Text Example
White with #ABE9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE9C6; }
p { color: rgb(171,233,198); }
H1.HeaderClassName
{
color: #ABE9C6;
}
.AnyTagClassName
{
color: #ABE9C6;
}
</style>
background-color css
<style>
a { background-color: #ABE9C6; }
a { background-color: rgb(171,233,198); }
div.DivClassName
{
background-color: #ABE9C6;
}
.BgClassName
{
background-color: #ABE9C6;
}
</style>
border-color css
<style>
span { border-color: #ABE9C6; }
span { border-color: rgb(171,233,198); }
td.TdClassName
{
border-color: #ABE9C6;
}
.TagClassName
{
border-color: #ABE9C6;
}
</style>