Shades of Magic Mint #ABEFC7
Tints of Magic Mint #ABEFC7
RGB
CMYK
RGB Variations
Color information
#ABEFC7 (or 0xABEFC7) is known color: Magic Mint. HEX triplet: AB, EF and C7. RGB value is (171,239,199). Sum of RGB (Red+Green+Blue) = 171+239+199=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFC7 is #541038. Grayscale: #D6D6D6. Windows color (decimal): -5509177 or 13103019. OLE color: 13103019.
HSL color Cylindrical-coordinate representation of color #ABEFC7: hue angle of 144.71º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFC7 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 199 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.06 |
| HSL | 144.71º | 0.68% | 0.8% | - |
| HSV(B) | 144.71º | 0.28% | 0.94% | - |
| XYZ | 57.97 | 74.51 | 65.36 | - |
| YUV | 214.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 199 | 0.28 | 0 | 0.17 | 0.06 | 144.71 | 0.68 | 0.8 |
| Hex | AB | EF | C7 | 1C | 0 | 11 | 6 | 91 | 44 | 50 |
| Octal | 253 | 357 | 307 | 34 | 0 | 21 | 6 | 221 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11000111 | 11100 | 0 | 10001 | 110 | 10010001 | 1000100 | 1010000 |
Color Harmonies of #ABEFC7
Complementary color
Monochromatic Colors of #ABEFC7
Black with #ABEFC7
Text Example
Text Example
White with #ABEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFC7; }
p { color: rgb(171,239,199); }
H1.HeaderClassName
{
color: #ABEFC7;
}
.AnyTagClassName
{
color: #ABEFC7;
}
</style>
background-color css
<style>
a { background-color: #ABEFC7; }
a { background-color: rgb(171,239,199); }
div.DivClassName
{
background-color: #ABEFC7;
}
.BgClassName
{
background-color: #ABEFC7;
}
</style>
border-color css
<style>
span { border-color: #ABEFC7; }
span { border-color: rgb(171,239,199); }
td.TdClassName
{
border-color: #ABEFC7;
}
.TagClassName
{
border-color: #ABEFC7;
}
</style>