Shades of Magic Mint #ABFCDA
Tints of Magic Mint #ABFCDA
RGB
CMYK
RGB Variations
Color information
#ABFCDA (or 0xABFCDA) is known color: Magic Mint. HEX triplet: AB, FC and DA. RGB value is (171,252,218). Sum of RGB (Red+Green+Blue) = 171+252+218=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCDA is #540325. Grayscale: #DFDFDF. Windows color (decimal): -5505830 or 14351531. OLE color: 14351531.
HSL color Cylindrical-coordinate representation of color #ABFCDA: hue angle of 154.81º degrees, saturation: 0.93, 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 #ABFCDA is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 218 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.01 |
| HSL | 154.81º | 0.93% | 0.83% | - |
| HSV(B) | 154.81º | 0.32% | 0.99% | - |
| XYZ | 64.26 | 83.34 | 79.03 | - |
| YUV | 223.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 218 | 0.32 | 0 | 0.13 | 0.01 | 154.81 | 0.93 | 0.83 |
| Hex | AB | FC | DA | 20 | 0 | D | 1 | 9B | 5D | 53 |
| Octal | 253 | 374 | 332 | 40 | 0 | 15 | 1 | 233 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11011010 | 100000 | 0 | 1101 | 1 | 10011011 | 1011101 | 1010011 |
Color Harmonies of #ABFCDA
Complementary color
Monochromatic Colors of #ABFCDA
Black with #ABFCDA
Text Example
Text Example
White with #ABFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCDA; }
p { color: rgb(171,252,218); }
H1.HeaderClassName
{
color: #ABFCDA;
}
.AnyTagClassName
{
color: #ABFCDA;
}
</style>
background-color css
<style>
a { background-color: #ABFCDA; }
a { background-color: rgb(171,252,218); }
div.DivClassName
{
background-color: #ABFCDA;
}
.BgClassName
{
background-color: #ABFCDA;
}
</style>
border-color css
<style>
span { border-color: #ABFCDA; }
span { border-color: rgb(171,252,218); }
td.TdClassName
{
border-color: #ABFCDA;
}
.TagClassName
{
border-color: #ABFCDA;
}
</style>