Shades of Magic Mint #ABDEC7
Tints of Magic Mint #ABDEC7
RGB
CMYK
RGB Variations
Color information
#ABDEC7 (or 0xABDEC7) is known color: Magic Mint. HEX triplet: AB, DE and C7. RGB value is (171,222,199). Sum of RGB (Red+Green+Blue) = 171+222+199=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEC7 is #542138. Grayscale: #CCCCCC. Windows color (decimal): -5513529 or 13098667. OLE color: 13098667.
HSL color Cylindrical-coordinate representation of color #ABDEC7: hue angle of 152.94º 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 #ABDEC7 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 199 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.13 |
| HSL | 152.94º | 0.44% | 0.77% | - |
| HSV(B) | 152.94º | 0.23% | 0.87% | - |
| XYZ | 53.22 | 65.02 | 63.78 | - |
| YUV | 204.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 199 | 0.23 | 0 | 0.10 | 0.13 | 152.94 | 0.44 | 0.77 |
| Hex | AB | DE | C7 | 17 | 0 | A | D | 99 | 2C | 4D |
| Octal | 253 | 336 | 307 | 27 | 0 | 12 | 15 | 231 | 54 | 115 |
| Binary | 10101011 | 11011110 | 11000111 | 10111 | 0 | 1010 | 1101 | 10011001 | 101100 | 1001101 |
Color Harmonies of #ABDEC7
Complementary color
Monochromatic Colors of #ABDEC7
Black with #ABDEC7
Text Example
Text Example
White with #ABDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEC7; }
p { color: rgb(171,222,199); }
H1.HeaderClassName
{
color: #ABDEC7;
}
.AnyTagClassName
{
color: #ABDEC7;
}
</style>
background-color css
<style>
a { background-color: #ABDEC7; }
a { background-color: rgb(171,222,199); }
div.DivClassName
{
background-color: #ABDEC7;
}
.BgClassName
{
background-color: #ABDEC7;
}
</style>
border-color css
<style>
span { border-color: #ABDEC7; }
span { border-color: rgb(171,222,199); }
td.TdClassName
{
border-color: #ABDEC7;
}
.TagClassName
{
border-color: #ABDEC7;
}
</style>