Shades of Magic Mint #ABFACB
Tints of Magic Mint #ABFACB
RGB
CMYK
RGB Variations
Color information
#ABFACB (or 0xABFACB) is known color: Magic Mint. HEX triplet: AB, FA and CB. RGB value is (171,250,203). Sum of RGB (Red+Green+Blue) = 171+250+203=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFACB is #540534. Grayscale: #DDDDDD. Windows color (decimal): -5506357 or 13367979. OLE color: 13367979.
HSL color Cylindrical-coordinate representation of color #ABFACB: hue angle of 144.3º degrees, saturation: 0.89, 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 #ABFACB is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 203 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.02 |
| HSL | 144.3º | 0.89% | 0.83% | - |
| HSV(B) | 144.3º | 0.32% | 0.98% | - |
| XYZ | 61.76 | 81.34 | 68.95 | - |
| YUV | 221.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 203 | 0.32 | 0 | 0.19 | 0.02 | 144.3 | 0.89 | 0.83 |
| Hex | AB | FA | CB | 20 | 0 | 13 | 2 | 90 | 59 | 53 |
| Octal | 253 | 372 | 313 | 40 | 0 | 23 | 2 | 220 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11001011 | 100000 | 0 | 10011 | 10 | 10010000 | 1011001 | 1010011 |
Color Harmonies of #ABFACB
Complementary color
Monochromatic Colors of #ABFACB
Black with #ABFACB
Text Example
Text Example
White with #ABFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFACB; }
p { color: rgb(171,250,203); }
H1.HeaderClassName
{
color: #ABFACB;
}
.AnyTagClassName
{
color: #ABFACB;
}
</style>
background-color css
<style>
a { background-color: #ABFACB; }
a { background-color: rgb(171,250,203); }
div.DivClassName
{
background-color: #ABFACB;
}
.BgClassName
{
background-color: #ABFACB;
}
</style>
border-color css
<style>
span { border-color: #ABFACB; }
span { border-color: rgb(171,250,203); }
td.TdClassName
{
border-color: #ABFACB;
}
.TagClassName
{
border-color: #ABFACB;
}
</style>