Shades of Magic Mint #ABF0C8
Tints of Magic Mint #ABF0C8
RGB
CMYK
RGB Variations
Color information
#ABF0C8 (or 0xABF0C8) is known color: Magic Mint. HEX triplet: AB, F0 and C8. RGB value is (171,240,200). Sum of RGB (Red+Green+Blue) = 171+240+200=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0C8 is #540F37. Grayscale: #D6D6D6. Windows color (decimal): -5508920 or 13168811. OLE color: 13168811.
HSL color Cylindrical-coordinate representation of color #ABF0C8: hue angle of 145.22º 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 #ABF0C8 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 200 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.06 |
| HSL | 145.22º | 0.7% | 0.81% | - |
| HSV(B) | 145.22º | 0.29% | 0.94% | - |
| XYZ | 58.38 | 75.15 | 66.07 | - |
| YUV | 214.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 200 | 0.29 | 0 | 0.17 | 0.06 | 145.22 | 0.7 | 0.81 |
| Hex | AB | F0 | C8 | 1D | 0 | 11 | 6 | 91 | 46 | 51 |
| Octal | 253 | 360 | 310 | 35 | 0 | 21 | 6 | 221 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11001000 | 11101 | 0 | 10001 | 110 | 10010001 | 1000110 | 1010001 |
Color Harmonies of #ABF0C8
Complementary color
Monochromatic Colors of #ABF0C8
Black with #ABF0C8
Text Example
Text Example
White with #ABF0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0C8; }
p { color: rgb(171,240,200); }
H1.HeaderClassName
{
color: #ABF0C8;
}
.AnyTagClassName
{
color: #ABF0C8;
}
</style>
background-color css
<style>
a { background-color: #ABF0C8; }
a { background-color: rgb(171,240,200); }
div.DivClassName
{
background-color: #ABF0C8;
}
.BgClassName
{
background-color: #ABF0C8;
}
</style>
border-color css
<style>
span { border-color: #ABF0C8; }
span { border-color: rgb(171,240,200); }
td.TdClassName
{
border-color: #ABF0C8;
}
.TagClassName
{
border-color: #ABF0C8;
}
</style>