Shades of Magic Mint #ABF1C9
Tints of Magic Mint #ABF1C9
RGB
CMYK
RGB Variations
Color information
#ABF1C9 (or 0xABF1C9) is known color: Magic Mint. HEX triplet: AB, F1 and C9. RGB value is (171,241,201). Sum of RGB (Red+Green+Blue) = 171+241+201=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1C9 is #540E36. Grayscale: #D7D7D7. Windows color (decimal): -5508663 or 13234603. OLE color: 13234603.
HSL color Cylindrical-coordinate representation of color #ABF1C9: hue angle of 145.71º 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 #ABF1C9 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 201 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.05 |
| HSL | 145.71º | 0.71% | 0.81% | - |
| HSV(B) | 145.71º | 0.29% | 0.95% | - |
| XYZ | 58.79 | 75.79 | 66.79 | - |
| YUV | 215.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 201 | 0.29 | 0 | 0.17 | 0.05 | 145.71 | 0.71 | 0.81 |
| Hex | AB | F1 | C9 | 1D | 0 | 11 | 5 | 92 | 47 | 51 |
| Octal | 253 | 361 | 311 | 35 | 0 | 21 | 5 | 222 | 107 | 121 |
| Binary | 10101011 | 11110001 | 11001001 | 11101 | 0 | 10001 | 101 | 10010010 | 1000111 | 1010001 |
Color Harmonies of #ABF1C9
Complementary color
Monochromatic Colors of #ABF1C9
Black with #ABF1C9
Text Example
Text Example
White with #ABF1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF1C9; }
p { color: rgb(171,241,201); }
H1.HeaderClassName
{
color: #ABF1C9;
}
.AnyTagClassName
{
color: #ABF1C9;
}
</style>
background-color css
<style>
a { background-color: #ABF1C9; }
a { background-color: rgb(171,241,201); }
div.DivClassName
{
background-color: #ABF1C9;
}
.BgClassName
{
background-color: #ABF1C9;
}
</style>
border-color css
<style>
span { border-color: #ABF1C9; }
span { border-color: rgb(171,241,201); }
td.TdClassName
{
border-color: #ABF1C9;
}
.TagClassName
{
border-color: #ABF1C9;
}
</style>