Shades of Magic Mint #ABFDC7
Tints of Magic Mint #ABFDC7
RGB
CMYK
RGB Variations
Color information
#ABFDC7 (or 0xABFDC7) is known color: Magic Mint. HEX triplet: AB, FD and C7. RGB value is (171,253,199). Sum of RGB (Red+Green+Blue) = 171+253+199=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDC7 is #540238. Grayscale: #DEDEDE. Windows color (decimal): -5505593 or 13106603. OLE color: 13106603.
HSL color Cylindrical-coordinate representation of color #ABFDC7: hue angle of 140.49º 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 #ABFDC7 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 199 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.01 |
| HSL | 140.49º | 0.95% | 0.83% | - |
| HSV(B) | 140.49º | 0.32% | 0.99% | - |
| XYZ | 62.23 | 83.03 | 66.78 | - |
| YUV | 222.33 | 114.83 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 199 | 0.32 | 0 | 0.21 | 0.01 | 140.49 | 0.95 | 0.83 |
| Hex | AB | FD | C7 | 20 | 0 | 15 | 1 | 8C | 5F | 53 |
| Octal | 253 | 375 | 307 | 40 | 0 | 25 | 1 | 214 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11000111 | 100000 | 0 | 10101 | 1 | 10001100 | 1011111 | 1010011 |
Color Harmonies of #ABFDC7
Complementary color
Monochromatic Colors of #ABFDC7
Black with #ABFDC7
Text Example
Text Example
White with #ABFDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDC7; }
p { color: rgb(171,253,199); }
H1.HeaderClassName
{
color: #ABFDC7;
}
.AnyTagClassName
{
color: #ABFDC7;
}
</style>
background-color css
<style>
a { background-color: #ABFDC7; }
a { background-color: rgb(171,253,199); }
div.DivClassName
{
background-color: #ABFDC7;
}
.BgClassName
{
background-color: #ABFDC7;
}
</style>
border-color css
<style>
span { border-color: #ABFDC7; }
span { border-color: rgb(171,253,199); }
td.TdClassName
{
border-color: #ABFDC7;
}
.TagClassName
{
border-color: #ABFDC7;
}
</style>