Shades of Magic Mint #ABFEC6
Tints of Magic Mint #ABFEC6
RGB
CMYK
RGB Variations
Color information
#ABFEC6 (or 0xABFEC6) is known color: Magic Mint. HEX triplet: AB, FE and C6. RGB value is (171,254,198). Sum of RGB (Red+Green+Blue) = 171+254+198=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEC6 is #540139. Grayscale: #DEDEDE. Windows color (decimal): -5505338 or 13041323. OLE color: 13041323.
HSL color Cylindrical-coordinate representation of color #ABFEC6: hue angle of 139.52º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEC6 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 171 | 254 | 198 | - |
CMYK | 0.33 | 0 | 0.22 | 0.00 |
HSL | 139.52º | 0.98% | 0.83% | - |
HSV(B) | 139.52º | 0.33% | 1% | - |
XYZ | 62.43 | 83.62 | 66.28 | - |
YUV | 222.8 | 114 | 91.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 254 | 198 | 0.33 | 0 | 0.22 | 0.00 | 139.52 | 0.98 | 0.83 |
Hex | AB | FE | C6 | 21 | 0 | 16 | 0 | 8C | 62 | 53 |
Octal | 253 | 376 | 306 | 41 | 0 | 26 | 0 | 214 | 142 | 123 |
Binary | 10101011 | 11111110 | 11000110 | 100001 | 0 | 10110 | 0 | 10001100 | 1100010 | 1010011 |
Color Harmonies of #ABFEC6
Complementary color
Monochromatic Colors of #ABFEC6
Black with #ABFEC6
Text Example
Text Example
White with #ABFEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEC6; }
p { color: rgb(171,254,198); }
H1.HeaderClassName
{
color: #ABFEC6;
}
.AnyTagClassName
{
color: #ABFEC6;
}
</style>
background-color css
<style>
a { background-color: #ABFEC6; }
a { background-color: rgb(171,254,198); }
div.DivClassName
{
background-color: #ABFEC6;
}
.BgClassName
{
background-color: #ABFEC6;
}
</style>
border-color css
<style>
span { border-color: #ABFEC6; }
span { border-color: rgb(171,254,198); }
td.TdClassName
{
border-color: #ABFEC6;
}
.TagClassName
{
border-color: #ABFEC6;
}
</style>