Shades of Magic Mint #ABFDC2
Tints of Magic Mint #ABFDC2
RGB
CMYK
RGB Variations
Color information
#ABFDC2 (or 0xABFDC2) is known color: Magic Mint. HEX triplet: AB, FD and C2. RGB value is (171,253,194). Sum of RGB (Red+Green+Blue) = 171+253+194=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDC2 is #54023D. Grayscale: #DDDDDD. Windows color (decimal): -5505598 or 12778923. OLE color: 12778923.
HSL color Cylindrical-coordinate representation of color #ABFDC2: hue angle of 136.83º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDC2 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 194 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.01 |
| HSL | 136.83º | 0.95% | 0.83% | - |
| HSV(B) | 136.83º | 0.32% | 0.99% | - |
| XYZ | 61.66 | 82.8 | 63.77 | - |
| YUV | 221.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 194 | 0.32 | 0 | 0.23 | 0.01 | 136.83 | 0.95 | 0.83 |
| Hex | AB | FD | C2 | 20 | 0 | 17 | 1 | 89 | 5F | 53 |
| Octal | 253 | 375 | 302 | 40 | 0 | 27 | 1 | 211 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11000010 | 100000 | 0 | 10111 | 1 | 10001001 | 1011111 | 1010011 |
Color Harmonies of #ABFDC2
Complementary color
Monochromatic Colors of #ABFDC2
Black with #ABFDC2
Text Example
Text Example
White with #ABFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDC2; }
p { color: rgb(171,253,194); }
H1.HeaderClassName
{
color: #ABFDC2;
}
.AnyTagClassName
{
color: #ABFDC2;
}
</style>
background-color css
<style>
a { background-color: #ABFDC2; }
a { background-color: rgb(171,253,194); }
div.DivClassName
{
background-color: #ABFDC2;
}
.BgClassName
{
background-color: #ABFDC2;
}
</style>
border-color css
<style>
span { border-color: #ABFDC2; }
span { border-color: rgb(171,253,194); }
td.TdClassName
{
border-color: #ABFDC2;
}
.TagClassName
{
border-color: #ABFDC2;
}
</style>