Shades of Magic Mint #ABF2C8
Tints of Magic Mint #ABF2C8
RGB
CMYK
RGB Variations
Color information
#ABF2C8 (or 0xABF2C8) is known color: Magic Mint. HEX triplet: AB, F2 and C8. RGB value is (171,242,200). Sum of RGB (Red+Green+Blue) = 171+242+200=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2C8 is #540D37. Grayscale: #D8D8D8. Windows color (decimal): -5508408 or 13169323. OLE color: 13169323.
HSL color Cylindrical-coordinate representation of color #ABF2C8: hue angle of 144.51º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2C8 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 200 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.05 |
| HSL | 144.51º | 0.73% | 0.81% | - |
| HSV(B) | 144.51º | 0.29% | 0.95% | - |
| XYZ | 58.97 | 76.33 | 66.27 | - |
| YUV | 215.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 200 | 0.29 | 0 | 0.17 | 0.05 | 144.51 | 0.73 | 0.81 |
| Hex | AB | F2 | C8 | 1D | 0 | 11 | 5 | 91 | 49 | 51 |
| Octal | 253 | 362 | 310 | 35 | 0 | 21 | 5 | 221 | 111 | 121 |
| Binary | 10101011 | 11110010 | 11001000 | 11101 | 0 | 10001 | 101 | 10010001 | 1001001 | 1010001 |
Color Harmonies of #ABF2C8
Complementary color
Monochromatic Colors of #ABF2C8
Black with #ABF2C8
Text Example
Text Example
White with #ABF2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2C8; }
p { color: rgb(171,242,200); }
H1.HeaderClassName
{
color: #ABF2C8;
}
.AnyTagClassName
{
color: #ABF2C8;
}
</style>
background-color css
<style>
a { background-color: #ABF2C8; }
a { background-color: rgb(171,242,200); }
div.DivClassName
{
background-color: #ABF2C8;
}
.BgClassName
{
background-color: #ABF2C8;
}
</style>
border-color css
<style>
span { border-color: #ABF2C8; }
span { border-color: rgb(171,242,200); }
td.TdClassName
{
border-color: #ABF2C8;
}
.TagClassName
{
border-color: #ABF2C8;
}
</style>