Shades of Magic Mint #ABFACA
Tints of Magic Mint #ABFACA
RGB
CMYK
RGB Variations
Color information
#ABFACA (or 0xABFACA) is known color: Magic Mint. HEX triplet: AB, FA and CA. RGB value is (171,250,202). Sum of RGB (Red+Green+Blue) = 171+250+202=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFACA is #540535. Grayscale: #DDDDDD. Windows color (decimal): -5506358 or 13302443. OLE color: 13302443.
HSL color Cylindrical-coordinate representation of color #ABFACA: hue angle of 143.54º 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 #ABFACA is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 202 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.02 |
| HSL | 143.54º | 0.89% | 0.83% | - |
| HSV(B) | 143.54º | 0.32% | 0.98% | - |
| XYZ | 61.64 | 81.29 | 68.32 | - |
| YUV | 220.91 | 117.33 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 202 | 0.32 | 0 | 0.19 | 0.02 | 143.54 | 0.89 | 0.83 |
| Hex | AB | FA | CA | 20 | 0 | 13 | 2 | 90 | 59 | 53 |
| Octal | 253 | 372 | 312 | 40 | 0 | 23 | 2 | 220 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11001010 | 100000 | 0 | 10011 | 10 | 10010000 | 1011001 | 1010011 |
Color Harmonies of #ABFACA
Complementary color
Monochromatic Colors of #ABFACA
Black with #ABFACA
Text Example
Text Example
White with #ABFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFACA; }
p { color: rgb(171,250,202); }
H1.HeaderClassName
{
color: #ABFACA;
}
.AnyTagClassName
{
color: #ABFACA;
}
</style>
background-color css
<style>
a { background-color: #ABFACA; }
a { background-color: rgb(171,250,202); }
div.DivClassName
{
background-color: #ABFACA;
}
.BgClassName
{
background-color: #ABFACA;
}
</style>
border-color css
<style>
span { border-color: #ABFACA; }
span { border-color: rgb(171,250,202); }
td.TdClassName
{
border-color: #ABFACA;
}
.TagClassName
{
border-color: #ABFACA;
}
</style>