Shades of Magic Mint #ABDFC3
Tints of Magic Mint #ABDFC3
RGB
CMYK
RGB Variations
Color information
#ABDFC3 (or 0xABDFC3) is known color: Magic Mint. HEX triplet: AB, DF and C3. RGB value is (171,223,195). Sum of RGB (Red+Green+Blue) = 171+223+195=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFC3 is #54203C. Grayscale: #CCCCCC. Windows color (decimal): -5513277 or 12836779. OLE color: 12836779.
HSL color Cylindrical-coordinate representation of color #ABDFC3: hue angle of 147.69º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFC3 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 195 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.13 |
| HSL | 147.69º | 0.45% | 0.77% | - |
| HSV(B) | 147.69º | 0.23% | 0.87% | - |
| XYZ | 53.03 | 65.37 | 61.45 | - |
| YUV | 204.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 195 | 0.23 | 0 | 0.13 | 0.13 | 147.69 | 0.45 | 0.77 |
| Hex | AB | DF | C3 | 17 | 0 | D | D | 94 | 2D | 4D |
| Octal | 253 | 337 | 303 | 27 | 0 | 15 | 15 | 224 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11000011 | 10111 | 0 | 1101 | 1101 | 10010100 | 101101 | 1001101 |
Color Harmonies of #ABDFC3
Complementary color
Monochromatic Colors of #ABDFC3
Black with #ABDFC3
Text Example
Text Example
White with #ABDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFC3; }
p { color: rgb(171,223,195); }
H1.HeaderClassName
{
color: #ABDFC3;
}
.AnyTagClassName
{
color: #ABDFC3;
}
</style>
background-color css
<style>
a { background-color: #ABDFC3; }
a { background-color: rgb(171,223,195); }
div.DivClassName
{
background-color: #ABDFC3;
}
.BgClassName
{
background-color: #ABDFC3;
}
</style>
border-color css
<style>
span { border-color: #ABDFC3; }
span { border-color: rgb(171,223,195); }
td.TdClassName
{
border-color: #ABDFC3;
}
.TagClassName
{
border-color: #ABDFC3;
}
</style>