Shades of Magic Mint #ABFFC6
Tints of Magic Mint #ABFFC6
RGB
CMYK
RGB Variations
Color information
#ABFFC6 (or 0xABFFC6) is known color: Magic Mint. HEX triplet: AB, FF and C6. RGB value is (171,255,198). Sum of RGB (Red+Green+Blue) = 171+255+198=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFC6 is #540039. Grayscale: #DFDFDF. Windows color (decimal): -5505082 or 13041579. OLE color: 13041579.
HSL color Cylindrical-coordinate representation of color #ABFFC6: hue angle of 139.29º 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 #ABFFC6 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 198 | - |
| CMYK | 0.33 | 0 | 0.22 | 0 |
| HSL | 139.29º | 1% | 0.84% | - |
| HSV(B) | 139.29º | 0.33% | 1% | - |
| XYZ | 62.75 | 84.26 | 66.38 | - |
| YUV | 223.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 198 | 0.33 | 0 | 0.22 | 0 | 139.29 | 1 | 0.84 |
| Hex | AB | FF | C6 | 21 | 0 | 16 | 0 | 8B | 64 | 54 |
| Octal | 253 | 377 | 306 | 41 | 0 | 26 | 0 | 213 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11000110 | 100001 | 0 | 10110 | 0 | 10001011 | 1100100 | 1010100 |
Color Harmonies of #ABFFC6
Complementary color
Monochromatic Colors of #ABFFC6
Black with #ABFFC6
Text Example
Text Example
White with #ABFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFC6; }
p { color: rgb(171,255,198); }
H1.HeaderClassName
{
color: #ABFFC6;
}
.AnyTagClassName
{
color: #ABFFC6;
}
</style>
background-color css
<style>
a { background-color: #ABFFC6; }
a { background-color: rgb(171,255,198); }
div.DivClassName
{
background-color: #ABFFC6;
}
.BgClassName
{
background-color: #ABFFC6;
}
</style>
border-color css
<style>
span { border-color: #ABFFC6; }
span { border-color: rgb(171,255,198); }
td.TdClassName
{
border-color: #ABFFC6;
}
.TagClassName
{
border-color: #ABFFC6;
}
</style>