Shades of Magic Mint #ABEFC9
Tints of Magic Mint #ABEFC9
RGB
CMYK
RGB Variations
Color information
#ABEFC9 (or 0xABEFC9) is known color: Magic Mint. HEX triplet: AB, EF and C9. RGB value is (171,239,201). Sum of RGB (Red+Green+Blue) = 171+239+201=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFC9 is #541036. Grayscale: #D6D6D6. Windows color (decimal): -5509175 or 13234091. OLE color: 13234091.
HSL color Cylindrical-coordinate representation of color #ABEFC9: hue angle of 146.47º 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 #ABEFC9 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 201 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.06 |
| HSL | 146.47º | 0.68% | 0.8% | - |
| HSV(B) | 146.47º | 0.28% | 0.94% | - |
| XYZ | 58.2 | 74.61 | 66.59 | - |
| YUV | 214.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 201 | 0.28 | 0 | 0.16 | 0.06 | 146.47 | 0.68 | 0.8 |
| Hex | AB | EF | C9 | 1C | 0 | 10 | 6 | 92 | 44 | 50 |
| Octal | 253 | 357 | 311 | 34 | 0 | 20 | 6 | 222 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11001001 | 11100 | 0 | 10000 | 110 | 10010010 | 1000100 | 1010000 |
Color Harmonies of #ABEFC9
Complementary color
Monochromatic Colors of #ABEFC9
Black with #ABEFC9
Text Example
Text Example
White with #ABEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFC9; }
p { color: rgb(171,239,201); }
H1.HeaderClassName
{
color: #ABEFC9;
}
.AnyTagClassName
{
color: #ABEFC9;
}
</style>
background-color css
<style>
a { background-color: #ABEFC9; }
a { background-color: rgb(171,239,201); }
div.DivClassName
{
background-color: #ABEFC9;
}
.BgClassName
{
background-color: #ABEFC9;
}
</style>
border-color css
<style>
span { border-color: #ABEFC9; }
span { border-color: rgb(171,239,201); }
td.TdClassName
{
border-color: #ABEFC9;
}
.TagClassName
{
border-color: #ABEFC9;
}
</style>