Shades of Magic Mint #ABFACC
Tints of Magic Mint #ABFACC
RGB
CMYK
RGB Variations
Color information
#ABFACC (or 0xABFACC) is known color: Magic Mint. HEX triplet: AB, FA and CC. RGB value is (171,250,204). Sum of RGB (Red+Green+Blue) = 171+250+204=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFACC is #540533. Grayscale: #DDDDDD. Windows color (decimal): -5506356 or 13433515. OLE color: 13433515.
HSL color Cylindrical-coordinate representation of color #ABFACC: hue angle of 145.06º 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 #ABFACC is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 204 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.02 |
| HSL | 145.06º | 0.89% | 0.83% | - |
| HSV(B) | 145.06º | 0.32% | 0.98% | - |
| XYZ | 61.88 | 81.39 | 69.57 | - |
| YUV | 221.14 | 118.33 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 204 | 0.32 | 0 | 0.18 | 0.02 | 145.06 | 0.89 | 0.83 |
| Hex | AB | FA | CC | 20 | 0 | 12 | 2 | 91 | 59 | 53 |
| Octal | 253 | 372 | 314 | 40 | 0 | 22 | 2 | 221 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11001100 | 100000 | 0 | 10010 | 10 | 10010001 | 1011001 | 1010011 |
Color Harmonies of #ABFACC
Complementary color
Monochromatic Colors of #ABFACC
Black with #ABFACC
Text Example
Text Example
White with #ABFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFACC; }
p { color: rgb(171,250,204); }
H1.HeaderClassName
{
color: #ABFACC;
}
.AnyTagClassName
{
color: #ABFACC;
}
</style>
background-color css
<style>
a { background-color: #ABFACC; }
a { background-color: rgb(171,250,204); }
div.DivClassName
{
background-color: #ABFACC;
}
.BgClassName
{
background-color: #ABFACC;
}
</style>
border-color css
<style>
span { border-color: #ABFACC; }
span { border-color: rgb(171,250,204); }
td.TdClassName
{
border-color: #ABFACC;
}
.TagClassName
{
border-color: #ABFACC;
}
</style>