Shades of Magic Mint #ABF0C5
Tints of Magic Mint #ABF0C5
RGB
CMYK
RGB Variations
Color information
#ABF0C5 (or 0xABF0C5) is known color: Magic Mint. HEX triplet: AB, F0 and C5. RGB value is (171,240,197). Sum of RGB (Red+Green+Blue) = 171+240+197=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0C5 is #540F3A. Grayscale: #D6D6D6. Windows color (decimal): -5508923 or 12972203. OLE color: 12972203.
HSL color Cylindrical-coordinate representation of color #ABF0C5: hue angle of 142.61º 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 #ABF0C5 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 197 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.06 |
| HSL | 142.61º | 0.7% | 0.81% | - |
| HSV(B) | 142.61º | 0.29% | 0.94% | - |
| XYZ | 58.03 | 75.01 | 64.24 | - |
| YUV | 214.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 197 | 0.29 | 0 | 0.18 | 0.06 | 142.61 | 0.7 | 0.81 |
| Hex | AB | F0 | C5 | 1D | 0 | 12 | 6 | 8F | 46 | 51 |
| Octal | 253 | 360 | 305 | 35 | 0 | 22 | 6 | 217 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11000101 | 11101 | 0 | 10010 | 110 | 10001111 | 1000110 | 1010001 |
Color Harmonies of #ABF0C5
Complementary color
Monochromatic Colors of #ABF0C5
Black with #ABF0C5
Text Example
Text Example
White with #ABF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0C5; }
p { color: rgb(171,240,197); }
H1.HeaderClassName
{
color: #ABF0C5;
}
.AnyTagClassName
{
color: #ABF0C5;
}
</style>
background-color css
<style>
a { background-color: #ABF0C5; }
a { background-color: rgb(171,240,197); }
div.DivClassName
{
background-color: #ABF0C5;
}
.BgClassName
{
background-color: #ABF0C5;
}
</style>
border-color css
<style>
span { border-color: #ABF0C5; }
span { border-color: rgb(171,240,197); }
td.TdClassName
{
border-color: #ABF0C5;
}
.TagClassName
{
border-color: #ABF0C5;
}
</style>