Shades of Magic Mint #ABFCC9
Tints of Magic Mint #ABFCC9
RGB
CMYK
RGB Variations
Color information
#ABFCC9 (or 0xABFCC9) is known color: Magic Mint. HEX triplet: AB, FC and C9. RGB value is (171,252,201). Sum of RGB (Red+Green+Blue) = 171+252+201=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCC9 is #540336. Grayscale: #DEDEDE. Windows color (decimal): -5505847 or 13237419. OLE color: 13237419.
HSL color Cylindrical-coordinate representation of color #ABFCC9: hue angle of 142.22º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCC9 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 201 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.01 |
| HSL | 142.22º | 0.93% | 0.83% | - |
| HSV(B) | 142.22º | 0.32% | 0.99% | - |
| XYZ | 62.15 | 82.5 | 67.91 | - |
| YUV | 221.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 201 | 0.32 | 0 | 0.20 | 0.01 | 142.22 | 0.93 | 0.83 |
| Hex | AB | FC | C9 | 20 | 0 | 14 | 1 | 8E | 5D | 53 |
| Octal | 253 | 374 | 311 | 40 | 0 | 24 | 1 | 216 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11001001 | 100000 | 0 | 10100 | 1 | 10001110 | 1011101 | 1010011 |
Color Harmonies of #ABFCC9
Complementary color
Monochromatic Colors of #ABFCC9
Black with #ABFCC9
Text Example
Text Example
White with #ABFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCC9; }
p { color: rgb(171,252,201); }
H1.HeaderClassName
{
color: #ABFCC9;
}
.AnyTagClassName
{
color: #ABFCC9;
}
</style>
background-color css
<style>
a { background-color: #ABFCC9; }
a { background-color: rgb(171,252,201); }
div.DivClassName
{
background-color: #ABFCC9;
}
.BgClassName
{
background-color: #ABFCC9;
}
</style>
border-color css
<style>
span { border-color: #ABFCC9; }
span { border-color: rgb(171,252,201); }
td.TdClassName
{
border-color: #ABFCC9;
}
.TagClassName
{
border-color: #ABFCC9;
}
</style>