Shades of Magic Mint #ABFAD3
Tints of Magic Mint #ABFAD3
RGB
CMYK
RGB Variations
Color information
#ABFAD3 (or 0xABFAD3) is known color: Magic Mint. HEX triplet: AB, FA and D3. RGB value is (171,250,211). Sum of RGB (Red+Green+Blue) = 171+250+211=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAD3 is #54052C. Grayscale: #DEDEDE. Windows color (decimal): -5506349 or 13892267. OLE color: 13892267.
HSL color Cylindrical-coordinate representation of color #ABFAD3: hue angle of 150.38º 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 #ABFAD3 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 211 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.02 |
| HSL | 150.38º | 0.89% | 0.83% | - |
| HSV(B) | 150.38º | 0.32% | 0.98% | - |
| XYZ | 62.74 | 81.73 | 74.1 | - |
| YUV | 221.93 | 121.83 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 211 | 0.32 | 0 | 0.16 | 0.02 | 150.38 | 0.89 | 0.83 |
| Hex | AB | FA | D3 | 20 | 0 | 10 | 2 | 96 | 59 | 53 |
| Octal | 253 | 372 | 323 | 40 | 0 | 20 | 2 | 226 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11010011 | 100000 | 0 | 10000 | 10 | 10010110 | 1011001 | 1010011 |
Color Harmonies of #ABFAD3
Complementary color
Monochromatic Colors of #ABFAD3
Black with #ABFAD3
Text Example
Text Example
White with #ABFAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAD3; }
p { color: rgb(171,250,211); }
H1.HeaderClassName
{
color: #ABFAD3;
}
.AnyTagClassName
{
color: #ABFAD3;
}
</style>
background-color css
<style>
a { background-color: #ABFAD3; }
a { background-color: rgb(171,250,211); }
div.DivClassName
{
background-color: #ABFAD3;
}
.BgClassName
{
background-color: #ABFAD3;
}
</style>
border-color css
<style>
span { border-color: #ABFAD3; }
span { border-color: rgb(171,250,211); }
td.TdClassName
{
border-color: #ABFAD3;
}
.TagClassName
{
border-color: #ABFAD3;
}
</style>