Shades of Magic Mint #ABFFC2
Tints of Magic Mint #ABFFC2
RGB
CMYK
RGB Variations
Color information
#ABFFC2 (or 0xABFFC2) is known color: Magic Mint. HEX triplet: AB, FF and C2. RGB value is (171,255,194). Sum of RGB (Red+Green+Blue) = 171+255+194=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFC2 is #54003D. Grayscale: #DFDFDF. Windows color (decimal): -5505086 or 12779435. OLE color: 12779435.
HSL color Cylindrical-coordinate representation of color #ABFFC2: hue angle of 136.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFC2 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 194 | - |
| CMYK | 0.33 | 0 | 0.24 | 0 |
| HSL | 136.43º | 1% | 0.84% | - |
| HSV(B) | 136.43º | 0.33% | 1% | - |
| XYZ | 62.29 | 84.07 | 63.98 | - |
| YUV | 222.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 194 | 0.33 | 0 | 0.24 | 0 | 136.43 | 1 | 0.84 |
| Hex | AB | FF | C2 | 21 | 0 | 18 | 0 | 88 | 64 | 54 |
| Octal | 253 | 377 | 302 | 41 | 0 | 30 | 0 | 210 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11000010 | 100001 | 0 | 11000 | 0 | 10001000 | 1100100 | 1010100 |
Color Harmonies of #ABFFC2
Complementary color
Monochromatic Colors of #ABFFC2
Black with #ABFFC2
Text Example
Text Example
White with #ABFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFC2; }
p { color: rgb(171,255,194); }
H1.HeaderClassName
{
color: #ABFFC2;
}
.AnyTagClassName
{
color: #ABFFC2;
}
</style>
background-color css
<style>
a { background-color: #ABFFC2; }
a { background-color: rgb(171,255,194); }
div.DivClassName
{
background-color: #ABFFC2;
}
.BgClassName
{
background-color: #ABFFC2;
}
</style>
border-color css
<style>
span { border-color: #ABFFC2; }
span { border-color: rgb(171,255,194); }
td.TdClassName
{
border-color: #ABFFC2;
}
.TagClassName
{
border-color: #ABFFC2;
}
</style>