Shades of Magic Mint #ABFDDD
Tints of Magic Mint #ABFDDD
RGB
CMYK
RGB Variations
Color information
#ABFDDD (or 0xABFDDD) is known color: Magic Mint. HEX triplet: AB, FD and DD. RGB value is (171,253,221). Sum of RGB (Red+Green+Blue) = 171+253+221=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDDD is #540222. Grayscale: #E0E0E0. Windows color (decimal): -5505571 or 14548395. OLE color: 14548395.
HSL color Cylindrical-coordinate representation of color #ABFDDD: hue angle of 156.59º 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 #ABFDDD is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 221 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.01 |
| HSL | 156.59º | 0.95% | 0.83% | - |
| HSV(B) | 156.59º | 0.32% | 0.99% | - |
| XYZ | 64.97 | 84.13 | 81.22 | - |
| YUV | 224.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 221 | 0.32 | 0 | 0.13 | 0.01 | 156.59 | 0.95 | 0.83 |
| Hex | AB | FD | DD | 20 | 0 | D | 1 | 9D | 5F | 53 |
| Octal | 253 | 375 | 335 | 40 | 0 | 15 | 1 | 235 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11011101 | 100000 | 0 | 1101 | 1 | 10011101 | 1011111 | 1010011 |
Color Harmonies of #ABFDDD
Complementary color
Monochromatic Colors of #ABFDDD
Black with #ABFDDD
Text Example
Text Example
White with #ABFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDDD; }
p { color: rgb(171,253,221); }
H1.HeaderClassName
{
color: #ABFDDD;
}
.AnyTagClassName
{
color: #ABFDDD;
}
</style>
background-color css
<style>
a { background-color: #ABFDDD; }
a { background-color: rgb(171,253,221); }
div.DivClassName
{
background-color: #ABFDDD;
}
.BgClassName
{
background-color: #ABFDDD;
}
</style>
border-color css
<style>
span { border-color: #ABFDDD; }
span { border-color: rgb(171,253,221); }
td.TdClassName
{
border-color: #ABFDDD;
}
.TagClassName
{
border-color: #ABFDDD;
}
</style>