Shades of Magic Mint #ABF0C4
Tints of Magic Mint #ABF0C4
RGB
CMYK
RGB Variations
Color information
#ABF0C4 (or 0xABF0C4) is known color: Magic Mint. HEX triplet: AB, F0 and C4. RGB value is (171,240,196). Sum of RGB (Red+Green+Blue) = 171+240+196=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0C4 is #540F3B. Grayscale: #D6D6D6. Windows color (decimal): -5508924 or 12906667. OLE color: 12906667.
HSL color Cylindrical-coordinate representation of color #ABF0C4: hue angle of 141.74º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0C4 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 196 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.06 |
| HSL | 141.74º | 0.7% | 0.81% | - |
| HSV(B) | 141.74º | 0.29% | 0.94% | - |
| XYZ | 57.92 | 74.96 | 63.64 | - |
| YUV | 214.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 196 | 0.29 | 0 | 0.18 | 0.06 | 141.74 | 0.7 | 0.81 |
| Hex | AB | F0 | C4 | 1D | 0 | 12 | 6 | 8E | 46 | 51 |
| Octal | 253 | 360 | 304 | 35 | 0 | 22 | 6 | 216 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11000100 | 11101 | 0 | 10010 | 110 | 10001110 | 1000110 | 1010001 |
Color Harmonies of #ABF0C4
Complementary color
Monochromatic Colors of #ABF0C4
Black with #ABF0C4
Text Example
Text Example
White with #ABF0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0C4; }
p { color: rgb(171,240,196); }
H1.HeaderClassName
{
color: #ABF0C4;
}
.AnyTagClassName
{
color: #ABF0C4;
}
</style>
background-color css
<style>
a { background-color: #ABF0C4; }
a { background-color: rgb(171,240,196); }
div.DivClassName
{
background-color: #ABF0C4;
}
.BgClassName
{
background-color: #ABF0C4;
}
</style>
border-color css
<style>
span { border-color: #ABF0C4; }
span { border-color: rgb(171,240,196); }
td.TdClassName
{
border-color: #ABF0C4;
}
.TagClassName
{
border-color: #ABF0C4;
}
</style>