Shades of Magic Mint #ABE1C8
Tints of Magic Mint #ABE1C8
RGB
CMYK
RGB Variations
Color information
#ABE1C8 (or 0xABE1C8) is known color: Magic Mint. HEX triplet: AB, E1 and C8. RGB value is (171,225,200). Sum of RGB (Red+Green+Blue) = 171+225+200=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1C8 is #541E37. Grayscale: #CECECE. Windows color (decimal): -5512760 or 13164971. OLE color: 13164971.
HSL color Cylindrical-coordinate representation of color #ABE1C8: hue angle of 152.22º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE1C8 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 200 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.12 |
| HSL | 152.22º | 0.47% | 0.78% | - |
| HSV(B) | 152.22º | 0.24% | 0.88% | - |
| XYZ | 54.15 | 66.68 | 64.66 | - |
| YUV | 206 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 200 | 0.24 | 0 | 0.11 | 0.12 | 152.22 | 0.47 | 0.78 |
| Hex | AB | E1 | C8 | 18 | 0 | B | C | 98 | 2F | 4E |
| Octal | 253 | 341 | 310 | 30 | 0 | 13 | 14 | 230 | 57 | 116 |
| Binary | 10101011 | 11100001 | 11001000 | 11000 | 0 | 1011 | 1100 | 10011000 | 101111 | 1001110 |
Color Harmonies of #ABE1C8
Complementary color
Monochromatic Colors of #ABE1C8
Black with #ABE1C8
Text Example
Text Example
White with #ABE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1C8; }
p { color: rgb(171,225,200); }
H1.HeaderClassName
{
color: #ABE1C8;
}
.AnyTagClassName
{
color: #ABE1C8;
}
</style>
background-color css
<style>
a { background-color: #ABE1C8; }
a { background-color: rgb(171,225,200); }
div.DivClassName
{
background-color: #ABE1C8;
}
.BgClassName
{
background-color: #ABE1C8;
}
</style>
border-color css
<style>
span { border-color: #ABE1C8; }
span { border-color: rgb(171,225,200); }
td.TdClassName
{
border-color: #ABE1C8;
}
.TagClassName
{
border-color: #ABE1C8;
}
</style>