Shades of Magic Mint #ABFFD3
Tints of Magic Mint #ABFFD3
RGB
CMYK
RGB Variations
Color information
#ABFFD3 (or 0xABFFD3) is known color: Magic Mint. HEX triplet: AB, FF and D3. RGB value is (171,255,211). Sum of RGB (Red+Green+Blue) = 171+255+211=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFD3 is #54002C. Grayscale: #E0E0E0. Windows color (decimal): -5505069 or 13893547. OLE color: 13893547.
HSL color Cylindrical-coordinate representation of color #ABFFD3: hue angle of 148.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFD3 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 211 | - |
| CMYK | 0.33 | 0 | 0.17 | 0 |
| HSL | 148.57º | 1% | 0.84% | - |
| HSV(B) | 148.57º | 0.33% | 1% | - |
| XYZ | 64.31 | 84.88 | 74.62 | - |
| YUV | 224.87 | 120.17 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 211 | 0.33 | 0 | 0.17 | 0 | 148.57 | 1 | 0.84 |
| Hex | AB | FF | D3 | 21 | 0 | 11 | 0 | 95 | 64 | 54 |
| Octal | 253 | 377 | 323 | 41 | 0 | 21 | 0 | 225 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11010011 | 100001 | 0 | 10001 | 0 | 10010101 | 1100100 | 1010100 |
Color Harmonies of #ABFFD3
Complementary color
Monochromatic Colors of #ABFFD3
Black with #ABFFD3
Text Example
Text Example
White with #ABFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFD3; }
p { color: rgb(171,255,211); }
H1.HeaderClassName
{
color: #ABFFD3;
}
.AnyTagClassName
{
color: #ABFFD3;
}
</style>
background-color css
<style>
a { background-color: #ABFFD3; }
a { background-color: rgb(171,255,211); }
div.DivClassName
{
background-color: #ABFFD3;
}
.BgClassName
{
background-color: #ABFFD3;
}
</style>
border-color css
<style>
span { border-color: #ABFFD3; }
span { border-color: rgb(171,255,211); }
td.TdClassName
{
border-color: #ABFFD3;
}
.TagClassName
{
border-color: #ABFFD3;
}
</style>