Shades of Magic Mint #ABFAD2
Tints of Magic Mint #ABFAD2
RGB
CMYK
RGB Variations
Color information
#ABFAD2 (or 0xABFAD2) is known color: Magic Mint. HEX triplet: AB, FA and D2. RGB value is (171,250,210). Sum of RGB (Red+Green+Blue) = 171+250+210=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAD2 is #54052D. Grayscale: #DDDDDD. Windows color (decimal): -5506350 or 13826731. OLE color: 13826731.
HSL color Cylindrical-coordinate representation of color #ABFAD2: hue angle of 149.62º 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 #ABFAD2 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 210 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.02 |
| HSL | 149.62º | 0.89% | 0.83% | - |
| HSV(B) | 149.62º | 0.32% | 0.98% | - |
| XYZ | 62.61 | 81.68 | 73.44 | - |
| YUV | 221.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 210 | 0.32 | 0 | 0.16 | 0.02 | 149.62 | 0.89 | 0.83 |
| Hex | AB | FA | D2 | 20 | 0 | 10 | 2 | 96 | 59 | 53 |
| Octal | 253 | 372 | 322 | 40 | 0 | 20 | 2 | 226 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11010010 | 100000 | 0 | 10000 | 10 | 10010110 | 1011001 | 1010011 |
Color Harmonies of #ABFAD2
Complementary color
Monochromatic Colors of #ABFAD2
Black with #ABFAD2
Text Example
Text Example
White with #ABFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAD2; }
p { color: rgb(171,250,210); }
H1.HeaderClassName
{
color: #ABFAD2;
}
.AnyTagClassName
{
color: #ABFAD2;
}
</style>
background-color css
<style>
a { background-color: #ABFAD2; }
a { background-color: rgb(171,250,210); }
div.DivClassName
{
background-color: #ABFAD2;
}
.BgClassName
{
background-color: #ABFAD2;
}
</style>
border-color css
<style>
span { border-color: #ABFAD2; }
span { border-color: rgb(171,250,210); }
td.TdClassName
{
border-color: #ABFAD2;
}
.TagClassName
{
border-color: #ABFAD2;
}
</style>