Shades of Magic Mint #ABFDDF
Tints of Magic Mint #ABFDDF
RGB
CMYK
RGB Variations
Color information
#ABFDDF (or 0xABFDDF) is known color: Magic Mint. HEX triplet: AB, FD and DF. RGB value is (171,253,223). Sum of RGB (Red+Green+Blue) = 171+253+223=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDDF is #540220. Grayscale: #E1E1E1. Windows color (decimal): -5505569 or 14679467. OLE color: 14679467.
HSL color Cylindrical-coordinate representation of color #ABFDDF: hue angle of 158.05º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDDF is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 223 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.01 |
| HSL | 158.05º | 0.95% | 0.83% | - |
| HSV(B) | 158.05º | 0.32% | 0.99% | - |
| XYZ | 65.24 | 84.24 | 82.63 | - |
| YUV | 225.06 | 126.83 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 223 | 0.32 | 0 | 0.12 | 0.01 | 158.05 | 0.95 | 0.83 |
| Hex | AB | FD | DF | 20 | 0 | C | 1 | 9E | 5F | 53 |
| Octal | 253 | 375 | 337 | 40 | 0 | 14 | 1 | 236 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11011111 | 100000 | 0 | 1100 | 1 | 10011110 | 1011111 | 1010011 |
Color Harmonies of #ABFDDF
Complementary color
Monochromatic Colors of #ABFDDF
Black with #ABFDDF
Text Example
Text Example
White with #ABFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDDF; }
p { color: rgb(171,253,223); }
H1.HeaderClassName
{
color: #ABFDDF;
}
.AnyTagClassName
{
color: #ABFDDF;
}
</style>
background-color css
<style>
a { background-color: #ABFDDF; }
a { background-color: rgb(171,253,223); }
div.DivClassName
{
background-color: #ABFDDF;
}
.BgClassName
{
background-color: #ABFDDF;
}
</style>
border-color css
<style>
span { border-color: #ABFDDF; }
span { border-color: rgb(171,253,223); }
td.TdClassName
{
border-color: #ABFDDF;
}
.TagClassName
{
border-color: #ABFDDF;
}
</style>