Shades of Magic Mint #ABF3C4
Tints of Magic Mint #ABF3C4
RGB
CMYK
RGB Variations
Color information
#ABF3C4 (or 0xABF3C4) is known color: Magic Mint. HEX triplet: AB, F3 and C4. RGB value is (171,243,196). Sum of RGB (Red+Green+Blue) = 171+243+196=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF3C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF3C4 is #540C3B. Grayscale: #D8D8D8. Windows color (decimal): -5508156 or 12907435. OLE color: 12907435.
HSL color Cylindrical-coordinate representation of color #ABF3C4: hue angle of 140.83º 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 #ABF3C4 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 196 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.05 |
| HSL | 140.83º | 0.75% | 0.81% | - |
| HSV(B) | 140.83º | 0.3% | 0.95% | - |
| XYZ | 58.81 | 76.74 | 63.94 | - |
| YUV | 216.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 196 | 0.30 | 0 | 0.19 | 0.05 | 140.83 | 0.75 | 0.81 |
| Hex | AB | F3 | C4 | 1E | 0 | 13 | 5 | 8D | 4B | 51 |
| Octal | 253 | 363 | 304 | 36 | 0 | 23 | 5 | 215 | 113 | 121 |
| Binary | 10101011 | 11110011 | 11000100 | 11110 | 0 | 10011 | 101 | 10001101 | 1001011 | 1010001 |
Color Harmonies of #ABF3C4
Complementary color
Monochromatic Colors of #ABF3C4
Black with #ABF3C4
Text Example
Text Example
White with #ABF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF3C4; }
p { color: rgb(171,243,196); }
H1.HeaderClassName
{
color: #ABF3C4;
}
.AnyTagClassName
{
color: #ABF3C4;
}
</style>
background-color css
<style>
a { background-color: #ABF3C4; }
a { background-color: rgb(171,243,196); }
div.DivClassName
{
background-color: #ABF3C4;
}
.BgClassName
{
background-color: #ABF3C4;
}
</style>
border-color css
<style>
span { border-color: #ABF3C4; }
span { border-color: rgb(171,243,196); }
td.TdClassName
{
border-color: #ABF3C4;
}
.TagClassName
{
border-color: #ABF3C4;
}
</style>