Shades of Magic Mint #ABFFD2
Tints of Magic Mint #ABFFD2
RGB
CMYK
RGB Variations
Color information
#ABFFD2 (or 0xABFFD2) is known color: Magic Mint. HEX triplet: AB, FF and D2. RGB value is (171,255,210). Sum of RGB (Red+Green+Blue) = 171+255+210=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFD2 is #54002D. Grayscale: #E0E0E0. Windows color (decimal): -5505070 or 13828011. OLE color: 13828011.
HSL color Cylindrical-coordinate representation of color #ABFFD2: hue angle of 147.86º 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 #ABFFD2 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 210 | - |
| CMYK | 0.33 | 0 | 0.18 | 0 |
| HSL | 147.86º | 1% | 0.84% | - |
| HSV(B) | 147.86º | 0.33% | 1% | - |
| XYZ | 64.19 | 84.83 | 73.96 | - |
| YUV | 224.75 | 119.67 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 210 | 0.33 | 0 | 0.18 | 0 | 147.86 | 1 | 0.84 |
| Hex | AB | FF | D2 | 21 | 0 | 12 | 0 | 94 | 64 | 54 |
| Octal | 253 | 377 | 322 | 41 | 0 | 22 | 0 | 224 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11010010 | 100001 | 0 | 10010 | 0 | 10010100 | 1100100 | 1010100 |
Color Harmonies of #ABFFD2
Complementary color
Monochromatic Colors of #ABFFD2
Black with #ABFFD2
Text Example
Text Example
White with #ABFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFD2; }
p { color: rgb(171,255,210); }
H1.HeaderClassName
{
color: #ABFFD2;
}
.AnyTagClassName
{
color: #ABFFD2;
}
</style>
background-color css
<style>
a { background-color: #ABFFD2; }
a { background-color: rgb(171,255,210); }
div.DivClassName
{
background-color: #ABFFD2;
}
.BgClassName
{
background-color: #ABFFD2;
}
</style>
border-color css
<style>
span { border-color: #ABFFD2; }
span { border-color: rgb(171,255,210); }
td.TdClassName
{
border-color: #ABFFD2;
}
.TagClassName
{
border-color: #ABFFD2;
}
</style>