Shades of Magic Mint #ABFBCC
Tints of Magic Mint #ABFBCC
RGB
CMYK
RGB Variations
Color information
#ABFBCC (or 0xABFBCC) is known color: Magic Mint. HEX triplet: AB, FB and CC. RGB value is (171,251,204). Sum of RGB (Red+Green+Blue) = 171+251+204=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBCC is #540433. Grayscale: #DDDDDD. Windows color (decimal): -5506100 or 13433771. OLE color: 13433771.
HSL color Cylindrical-coordinate representation of color #ABFBCC: hue angle of 144.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 #ABFBCC is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 204 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.02 |
| HSL | 144.75º | 0.91% | 0.83% | - |
| HSV(B) | 144.75º | 0.32% | 0.98% | - |
| XYZ | 62.19 | 82.01 | 69.68 | - |
| YUV | 221.72 | 118 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 204 | 0.32 | 0 | 0.19 | 0.02 | 144.75 | 0.91 | 0.83 |
| Hex | AB | FB | CC | 20 | 0 | 13 | 2 | 91 | 5B | 53 |
| Octal | 253 | 373 | 314 | 40 | 0 | 23 | 2 | 221 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11001100 | 100000 | 0 | 10011 | 10 | 10010001 | 1011011 | 1010011 |
Color Harmonies of #ABFBCC
Complementary color
Monochromatic Colors of #ABFBCC
Black with #ABFBCC
Text Example
Text Example
White with #ABFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBCC; }
p { color: rgb(171,251,204); }
H1.HeaderClassName
{
color: #ABFBCC;
}
.AnyTagClassName
{
color: #ABFBCC;
}
</style>
background-color css
<style>
a { background-color: #ABFBCC; }
a { background-color: rgb(171,251,204); }
div.DivClassName
{
background-color: #ABFBCC;
}
.BgClassName
{
background-color: #ABFBCC;
}
</style>
border-color css
<style>
span { border-color: #ABFBCC; }
span { border-color: rgb(171,251,204); }
td.TdClassName
{
border-color: #ABFBCC;
}
.TagClassName
{
border-color: #ABFBCC;
}
</style>