Shades of Magic Mint #ABDEC6
Tints of Magic Mint #ABDEC6
RGB
CMYK
RGB Variations
Color information
#ABDEC6 (or 0xABDEC6) is known color: Magic Mint. HEX triplet: AB, DE and C6. RGB value is (171,222,198). Sum of RGB (Red+Green+Blue) = 171+222+198=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEC6 is #542139. Grayscale: #CCCCCC. Windows color (decimal): -5513530 or 13033131. OLE color: 13033131.
HSL color Cylindrical-coordinate representation of color #ABDEC6: hue angle of 151.76º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDEC6 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 198 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.13 |
| HSL | 151.76º | 0.44% | 0.77% | - |
| HSV(B) | 151.76º | 0.23% | 0.87% | - |
| XYZ | 53.11 | 64.98 | 63.17 | - |
| YUV | 204.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 198 | 0.23 | 0 | 0.11 | 0.13 | 151.76 | 0.44 | 0.77 |
| Hex | AB | DE | C6 | 17 | 0 | B | D | 98 | 2C | 4D |
| Octal | 253 | 336 | 306 | 27 | 0 | 13 | 15 | 230 | 54 | 115 |
| Binary | 10101011 | 11011110 | 11000110 | 10111 | 0 | 1011 | 1101 | 10011000 | 101100 | 1001101 |
Color Harmonies of #ABDEC6
Complementary color
Monochromatic Colors of #ABDEC6
Black with #ABDEC6
Text Example
Text Example
White with #ABDEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEC6; }
p { color: rgb(171,222,198); }
H1.HeaderClassName
{
color: #ABDEC6;
}
.AnyTagClassName
{
color: #ABDEC6;
}
</style>
background-color css
<style>
a { background-color: #ABDEC6; }
a { background-color: rgb(171,222,198); }
div.DivClassName
{
background-color: #ABDEC6;
}
.BgClassName
{
background-color: #ABDEC6;
}
</style>
border-color css
<style>
span { border-color: #ABDEC6; }
span { border-color: rgb(171,222,198); }
td.TdClassName
{
border-color: #ABDEC6;
}
.TagClassName
{
border-color: #ABDEC6;
}
</style>