Shades of Magic Mint #ABF2D9
Tints of Magic Mint #ABF2D9
RGB
CMYK
RGB Variations
Color information
#ABF2D9 (or 0xABF2D9) is known color: Magic Mint. HEX triplet: AB, F2 and D9. RGB value is (171,242,217). Sum of RGB (Red+Green+Blue) = 171+242+217=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2D9 is #540D26. Grayscale: #D9D9D9. Windows color (decimal): -5508391 or 14283435. OLE color: 14283435.
HSL color Cylindrical-coordinate representation of color #ABF2D9: hue angle of 158.87º 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 #ABF2D9 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 217 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.05 |
| HSL | 158.87º | 0.73% | 0.81% | - |
| HSV(B) | 158.87º | 0.29% | 0.95% | - |
| XYZ | 61.07 | 77.17 | 77.32 | - |
| YUV | 217.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 217 | 0.29 | 0 | 0.10 | 0.05 | 158.87 | 0.73 | 0.81 |
| Hex | AB | F2 | D9 | 1D | 0 | A | 5 | 9F | 49 | 51 |
| Octal | 253 | 362 | 331 | 35 | 0 | 12 | 5 | 237 | 111 | 121 |
| Binary | 10101011 | 11110010 | 11011001 | 11101 | 0 | 1010 | 101 | 10011111 | 1001001 | 1010001 |
Color Harmonies of #ABF2D9
Complementary color
Monochromatic Colors of #ABF2D9
Black with #ABF2D9
Text Example
Text Example
White with #ABF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2D9; }
p { color: rgb(171,242,217); }
H1.HeaderClassName
{
color: #ABF2D9;
}
.AnyTagClassName
{
color: #ABF2D9;
}
</style>
background-color css
<style>
a { background-color: #ABF2D9; }
a { background-color: rgb(171,242,217); }
div.DivClassName
{
background-color: #ABF2D9;
}
.BgClassName
{
background-color: #ABF2D9;
}
</style>
border-color css
<style>
span { border-color: #ABF2D9; }
span { border-color: rgb(171,242,217); }
td.TdClassName
{
border-color: #ABF2D9;
}
.TagClassName
{
border-color: #ABF2D9;
}
</style>