Shades of Magic Mint #ABFFC8
Tints of Magic Mint #ABFFC8
RGB
CMYK
RGB Variations
Color information
#ABFFC8 (or 0xABFFC8) is known color: Magic Mint. HEX triplet: AB, FF and C8. RGB value is (171,255,200). Sum of RGB (Red+Green+Blue) = 171+255+200=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFC8 is #540037. Grayscale: #DFDFDF. Windows color (decimal): -5505080 or 13172651. OLE color: 13172651.
HSL color Cylindrical-coordinate representation of color #ABFFC8: hue angle of 140.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFC8 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 200 | - |
| CMYK | 0.33 | 0 | 0.22 | 0 |
| HSL | 140.71º | 1% | 0.84% | - |
| HSV(B) | 140.71º | 0.33% | 1% | - |
| XYZ | 62.98 | 84.35 | 67.61 | - |
| YUV | 223.61 | 114.67 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 200 | 0.33 | 0 | 0.22 | 0 | 140.71 | 1 | 0.84 |
| Hex | AB | FF | C8 | 21 | 0 | 16 | 0 | 8D | 64 | 54 |
| Octal | 253 | 377 | 310 | 41 | 0 | 26 | 0 | 215 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11001000 | 100001 | 0 | 10110 | 0 | 10001101 | 1100100 | 1010100 |
Color Harmonies of #ABFFC8
Complementary color
Monochromatic Colors of #ABFFC8
Black with #ABFFC8
Text Example
Text Example
White with #ABFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFC8; }
p { color: rgb(171,255,200); }
H1.HeaderClassName
{
color: #ABFFC8;
}
.AnyTagClassName
{
color: #ABFFC8;
}
</style>
background-color css
<style>
a { background-color: #ABFFC8; }
a { background-color: rgb(171,255,200); }
div.DivClassName
{
background-color: #ABFFC8;
}
.BgClassName
{
background-color: #ABFFC8;
}
</style>
border-color css
<style>
span { border-color: #ABFFC8; }
span { border-color: rgb(171,255,200); }
td.TdClassName
{
border-color: #ABFFC8;
}
.TagClassName
{
border-color: #ABFFC8;
}
</style>