Shades of Magic Mint #ABF3C2
Tints of Magic Mint #ABF3C2
RGB
CMYK
RGB Variations
Color information
#ABF3C2 (or 0xABF3C2) is known color: Magic Mint. HEX triplet: AB, F3 and C2. RGB value is (171,243,194). Sum of RGB (Red+Green+Blue) = 171+243+194=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF3C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF3C2 is #540C3D. Grayscale: #D8D8D8. Windows color (decimal): -5508158 or 12776363. OLE color: 12776363.
HSL color Cylindrical-coordinate representation of color #ABF3C2: hue angle of 139.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF3C2 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 194 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.05 |
| HSL | 139.17º | 0.75% | 0.81% | - |
| HSV(B) | 139.17º | 0.3% | 0.95% | - |
| XYZ | 58.58 | 76.65 | 62.75 | - |
| YUV | 215.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 194 | 0.30 | 0 | 0.20 | 0.05 | 139.17 | 0.75 | 0.81 |
| Hex | AB | F3 | C2 | 1E | 0 | 14 | 5 | 8B | 4B | 51 |
| Octal | 253 | 363 | 302 | 36 | 0 | 24 | 5 | 213 | 113 | 121 |
| Binary | 10101011 | 11110011 | 11000010 | 11110 | 0 | 10100 | 101 | 10001011 | 1001011 | 1010001 |
Color Harmonies of #ABF3C2
Complementary color
Monochromatic Colors of #ABF3C2
Black with #ABF3C2
Text Example
Text Example
White with #ABF3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF3C2; }
p { color: rgb(171,243,194); }
H1.HeaderClassName
{
color: #ABF3C2;
}
.AnyTagClassName
{
color: #ABF3C2;
}
</style>
background-color css
<style>
a { background-color: #ABF3C2; }
a { background-color: rgb(171,243,194); }
div.DivClassName
{
background-color: #ABF3C2;
}
.BgClassName
{
background-color: #ABF3C2;
}
</style>
border-color css
<style>
span { border-color: #ABF3C2; }
span { border-color: rgb(171,243,194); }
td.TdClassName
{
border-color: #ABF3C2;
}
.TagClassName
{
border-color: #ABF3C2;
}
</style>