Shades of Magic Mint #ABFBC4
Tints of Magic Mint #ABFBC4
RGB
CMYK
RGB Variations
Color information
#ABFBC4 (or 0xABFBC4) is known color: Magic Mint. HEX triplet: AB, FB and C4. RGB value is (171,251,196). Sum of RGB (Red+Green+Blue) = 171+251+196=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBC4 is #54043B. Grayscale: #DCDCDC. Windows color (decimal): -5506108 or 12909483. OLE color: 12909483.
HSL color Cylindrical-coordinate representation of color #ABFBC4: hue angle of 138.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBC4 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 196 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.02 |
| HSL | 138.75º | 0.91% | 0.83% | - |
| HSV(B) | 138.75º | 0.32% | 0.98% | - |
| XYZ | 61.26 | 81.64 | 64.75 | - |
| YUV | 220.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 196 | 0.32 | 0 | 0.22 | 0.02 | 138.75 | 0.91 | 0.83 |
| Hex | AB | FB | C4 | 20 | 0 | 16 | 2 | 8B | 5B | 53 |
| Octal | 253 | 373 | 304 | 40 | 0 | 26 | 2 | 213 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11000100 | 100000 | 0 | 10110 | 10 | 10001011 | 1011011 | 1010011 |
Color Harmonies of #ABFBC4
Complementary color
Monochromatic Colors of #ABFBC4
Black with #ABFBC4
Text Example
Text Example
White with #ABFBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBC4; }
p { color: rgb(171,251,196); }
H1.HeaderClassName
{
color: #ABFBC4;
}
.AnyTagClassName
{
color: #ABFBC4;
}
</style>
background-color css
<style>
a { background-color: #ABFBC4; }
a { background-color: rgb(171,251,196); }
div.DivClassName
{
background-color: #ABFBC4;
}
.BgClassName
{
background-color: #ABFBC4;
}
</style>
border-color css
<style>
span { border-color: #ABFBC4; }
span { border-color: rgb(171,251,196); }
td.TdClassName
{
border-color: #ABFBC4;
}
.TagClassName
{
border-color: #ABFBC4;
}
</style>