Shades of Magic Mint #ABF2CE
Tints of Magic Mint #ABF2CE
RGB
CMYK
RGB Variations
Color information
#ABF2CE (or 0xABF2CE) is known color: Magic Mint. HEX triplet: AB, F2 and CE. RGB value is (171,242,206). Sum of RGB (Red+Green+Blue) = 171+242+206=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2CE is #540D31. Grayscale: #D8D8D8. Windows color (decimal): -5508402 or 13562539. OLE color: 13562539.
HSL color Cylindrical-coordinate representation of color #ABF2CE: hue angle of 149.58º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2CE is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 206 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.05 |
| HSL | 149.58º | 0.73% | 0.81% | - |
| HSV(B) | 149.58º | 0.29% | 0.95% | - |
| XYZ | 59.69 | 76.62 | 70.04 | - |
| YUV | 216.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 206 | 0.29 | 0 | 0.15 | 0.05 | 149.58 | 0.73 | 0.81 |
| Hex | AB | F2 | CE | 1D | 0 | F | 5 | 96 | 49 | 51 |
| Octal | 253 | 362 | 316 | 35 | 0 | 17 | 5 | 226 | 111 | 121 |
| Binary | 10101011 | 11110010 | 11001110 | 11101 | 0 | 1111 | 101 | 10010110 | 1001001 | 1010001 |
Color Harmonies of #ABF2CE
Complementary color
Monochromatic Colors of #ABF2CE
Black with #ABF2CE
Text Example
Text Example
White with #ABF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2CE; }
p { color: rgb(171,242,206); }
H1.HeaderClassName
{
color: #ABF2CE;
}
.AnyTagClassName
{
color: #ABF2CE;
}
</style>
background-color css
<style>
a { background-color: #ABF2CE; }
a { background-color: rgb(171,242,206); }
div.DivClassName
{
background-color: #ABF2CE;
}
.BgClassName
{
background-color: #ABF2CE;
}
</style>
border-color css
<style>
span { border-color: #ABF2CE; }
span { border-color: rgb(171,242,206); }
td.TdClassName
{
border-color: #ABF2CE;
}
.TagClassName
{
border-color: #ABF2CE;
}
</style>