Shades of Magic Mint #ABE2C9
Tints of Magic Mint #ABE2C9
RGB
CMYK
RGB Variations
Color information
#ABE2C9 (or 0xABE2C9) is known color: Magic Mint. HEX triplet: AB, E2 and C9. RGB value is (171,226,201). Sum of RGB (Red+Green+Blue) = 171+226+201=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2C9 is #541D36. Grayscale: #CECECE. Windows color (decimal): -5512503 or 13230763. OLE color: 13230763.
HSL color Cylindrical-coordinate representation of color #ABE2C9: hue angle of 152.73º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE2C9 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 201 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.11 |
| HSL | 152.73º | 0.49% | 0.78% | - |
| HSV(B) | 152.73º | 0.24% | 0.89% | - |
| XYZ | 54.53 | 67.27 | 65.37 | - |
| YUV | 206.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 201 | 0.24 | 0 | 0.11 | 0.11 | 152.73 | 0.49 | 0.78 |
| Hex | AB | E2 | C9 | 18 | 0 | B | B | 99 | 31 | 4E |
| Octal | 253 | 342 | 311 | 30 | 0 | 13 | 13 | 231 | 61 | 116 |
| Binary | 10101011 | 11100010 | 11001001 | 11000 | 0 | 1011 | 1011 | 10011001 | 110001 | 1001110 |
Color Harmonies of #ABE2C9
Complementary color
Monochromatic Colors of #ABE2C9
Black with #ABE2C9
Text Example
Text Example
White with #ABE2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE2C9; }
p { color: rgb(171,226,201); }
H1.HeaderClassName
{
color: #ABE2C9;
}
.AnyTagClassName
{
color: #ABE2C9;
}
</style>
background-color css
<style>
a { background-color: #ABE2C9; }
a { background-color: rgb(171,226,201); }
div.DivClassName
{
background-color: #ABE2C9;
}
.BgClassName
{
background-color: #ABE2C9;
}
</style>
border-color css
<style>
span { border-color: #ABE2C9; }
span { border-color: rgb(171,226,201); }
td.TdClassName
{
border-color: #ABE2C9;
}
.TagClassName
{
border-color: #ABE2C9;
}
</style>