Shades of Magic Mint #ABE9C8
Tints of Magic Mint #ABE9C8
RGB
CMYK
RGB Variations
Color information
#ABE9C8 (or 0xABE9C8) is known color: Magic Mint. HEX triplet: AB, E9 and C8. RGB value is (171,233,200). Sum of RGB (Red+Green+Blue) = 171+233+200=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE9C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE9C8 is #541637. Grayscale: #D2D2D2. Windows color (decimal): -5510712 or 13167019. OLE color: 13167019.
HSL color Cylindrical-coordinate representation of color #ABE9C8: hue angle of 148.06º 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 #ABE9C8 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 233 | 200 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.09 |
| HSL | 148.06º | 0.58% | 0.79% | - |
| HSV(B) | 148.06º | 0.27% | 0.91% | - |
| XYZ | 56.36 | 71.11 | 65.4 | - |
| YUV | 210.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 233 | 200 | 0.27 | 0 | 0.14 | 0.09 | 148.06 | 0.58 | 0.79 |
| Hex | AB | E9 | C8 | 1B | 0 | E | 9 | 94 | 3A | 4F |
| Octal | 253 | 351 | 310 | 33 | 0 | 16 | 11 | 224 | 72 | 117 |
| Binary | 10101011 | 11101001 | 11001000 | 11011 | 0 | 1110 | 1001 | 10010100 | 111010 | 1001111 |
Color Harmonies of #ABE9C8
Complementary color
Monochromatic Colors of #ABE9C8
Black with #ABE9C8
Text Example
Text Example
White with #ABE9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE9C8; }
p { color: rgb(171,233,200); }
H1.HeaderClassName
{
color: #ABE9C8;
}
.AnyTagClassName
{
color: #ABE9C8;
}
</style>
background-color css
<style>
a { background-color: #ABE9C8; }
a { background-color: rgb(171,233,200); }
div.DivClassName
{
background-color: #ABE9C8;
}
.BgClassName
{
background-color: #ABE9C8;
}
</style>
border-color css
<style>
span { border-color: #ABE9C8; }
span { border-color: rgb(171,233,200); }
td.TdClassName
{
border-color: #ABE9C8;
}
.TagClassName
{
border-color: #ABE9C8;
}
</style>