Shades of Magic Mint #ABFCC4
Tints of Magic Mint #ABFCC4
RGB
CMYK
RGB Variations
Color information
#ABFCC4 (or 0xABFCC4) is known color: Magic Mint. HEX triplet: AB, FC and C4. RGB value is (171,252,196). Sum of RGB (Red+Green+Blue) = 171+252+196=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCC4 is #54033B. Grayscale: #DDDDDD. Windows color (decimal): -5505852 or 12909739. OLE color: 12909739.
HSL color Cylindrical-coordinate representation of color #ABFCC4: hue angle of 138.52º 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 #ABFCC4 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 196 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.01 |
| HSL | 138.52º | 0.93% | 0.83% | - |
| HSV(B) | 138.52º | 0.32% | 0.99% | - |
| XYZ | 61.57 | 82.26 | 64.86 | - |
| YUV | 221.4 | 113.66 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 196 | 0.32 | 0 | 0.22 | 0.01 | 138.52 | 0.93 | 0.83 |
| Hex | AB | FC | C4 | 20 | 0 | 16 | 1 | 8B | 5D | 53 |
| Octal | 253 | 374 | 304 | 40 | 0 | 26 | 1 | 213 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11000100 | 100000 | 0 | 10110 | 1 | 10001011 | 1011101 | 1010011 |
Color Harmonies of #ABFCC4
Complementary color
Monochromatic Colors of #ABFCC4
Black with #ABFCC4
Text Example
Text Example
White with #ABFCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCC4; }
p { color: rgb(171,252,196); }
H1.HeaderClassName
{
color: #ABFCC4;
}
.AnyTagClassName
{
color: #ABFCC4;
}
</style>
background-color css
<style>
a { background-color: #ABFCC4; }
a { background-color: rgb(171,252,196); }
div.DivClassName
{
background-color: #ABFCC4;
}
.BgClassName
{
background-color: #ABFCC4;
}
</style>
border-color css
<style>
span { border-color: #ABFCC4; }
span { border-color: rgb(171,252,196); }
td.TdClassName
{
border-color: #ABFCC4;
}
.TagClassName
{
border-color: #ABFCC4;
}
</style>