Shades of Magic Mint #ABFECE
Tints of Magic Mint #ABFECE
RGB
CMYK
RGB Variations
Color information
#ABFECE (or 0xABFECE) is known color: Magic Mint. HEX triplet: AB, FE and CE. RGB value is (171,254,206). Sum of RGB (Red+Green+Blue) = 171+254+206=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFECE is #540131. Grayscale: #DFDFDF. Windows color (decimal): -5505330 or 13565611. OLE color: 13565611.
HSL color Cylindrical-coordinate representation of color #ABFECE: hue angle of 145.3º 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 #ABFECE is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 206 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.00 |
| HSL | 145.3º | 0.98% | 0.83% | - |
| HSV(B) | 145.3º | 0.33% | 1% | - |
| XYZ | 63.38 | 84 | 71.27 | - |
| YUV | 223.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 206 | 0.33 | 0 | 0.19 | 0.00 | 145.3 | 0.98 | 0.83 |
| Hex | AB | FE | CE | 21 | 0 | 13 | 0 | 91 | 62 | 53 |
| Octal | 253 | 376 | 316 | 41 | 0 | 23 | 0 | 221 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11001110 | 100001 | 0 | 10011 | 0 | 10010001 | 1100010 | 1010011 |
Color Harmonies of #ABFECE
Complementary color
Monochromatic Colors of #ABFECE
Black with #ABFECE
Text Example
Text Example
White with #ABFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFECE; }
p { color: rgb(171,254,206); }
H1.HeaderClassName
{
color: #ABFECE;
}
.AnyTagClassName
{
color: #ABFECE;
}
</style>
background-color css
<style>
a { background-color: #ABFECE; }
a { background-color: rgb(171,254,206); }
div.DivClassName
{
background-color: #ABFECE;
}
.BgClassName
{
background-color: #ABFECE;
}
</style>
border-color css
<style>
span { border-color: #ABFECE; }
span { border-color: rgb(171,254,206); }
td.TdClassName
{
border-color: #ABFECE;
}
.TagClassName
{
border-color: #ABFECE;
}
</style>