Shades of Magic Mint #ABF1C6
Tints of Magic Mint #ABF1C6
RGB
CMYK
RGB Variations
Color information
#ABF1C6 (or 0xABF1C6) is known color: Magic Mint. HEX triplet: AB, F1 and C6. RGB value is (171,241,198). Sum of RGB (Red+Green+Blue) = 171+241+198=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1C6 is #540E39. Grayscale: #D7D7D7. Windows color (decimal): -5508666 or 13037995. OLE color: 13037995.
HSL color Cylindrical-coordinate representation of color #ABF1C6: hue angle of 143.14º degrees, saturation: 0.71, 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 #ABF1C6 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 198 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.05 |
| HSL | 143.14º | 0.71% | 0.81% | - |
| HSV(B) | 143.14º | 0.29% | 0.95% | - |
| XYZ | 58.44 | 75.65 | 64.95 | - |
| YUV | 215.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 198 | 0.29 | 0 | 0.18 | 0.05 | 143.14 | 0.71 | 0.81 |
| Hex | AB | F1 | C6 | 1D | 0 | 12 | 5 | 8F | 47 | 51 |
| Octal | 253 | 361 | 306 | 35 | 0 | 22 | 5 | 217 | 107 | 121 |
| Binary | 10101011 | 11110001 | 11000110 | 11101 | 0 | 10010 | 101 | 10001111 | 1000111 | 1010001 |
Color Harmonies of #ABF1C6
Complementary color
Monochromatic Colors of #ABF1C6
Black with #ABF1C6
Text Example
Text Example
White with #ABF1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF1C6; }
p { color: rgb(171,241,198); }
H1.HeaderClassName
{
color: #ABF1C6;
}
.AnyTagClassName
{
color: #ABF1C6;
}
</style>
background-color css
<style>
a { background-color: #ABF1C6; }
a { background-color: rgb(171,241,198); }
div.DivClassName
{
background-color: #ABF1C6;
}
.BgClassName
{
background-color: #ABF1C6;
}
</style>
border-color css
<style>
span { border-color: #ABF1C6; }
span { border-color: rgb(171,241,198); }
td.TdClassName
{
border-color: #ABF1C6;
}
.TagClassName
{
border-color: #ABF1C6;
}
</style>