Shades of Magic Mint #ABEFC5
Tints of Magic Mint #ABEFC5
RGB
CMYK
RGB Variations
Color information
#ABEFC5 (or 0xABEFC5) is known color: Magic Mint. HEX triplet: AB, EF and C5. RGB value is (171,239,197). Sum of RGB (Red+Green+Blue) = 171+239+197=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFC5 is #54103A. Grayscale: #D5D5D5. Windows color (decimal): -5509179 or 12971947. OLE color: 12971947.
HSL color Cylindrical-coordinate representation of color #ABEFC5: hue angle of 142.94º 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 #ABEFC5 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 197 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.06 |
| HSL | 142.94º | 0.68% | 0.8% | - |
| HSV(B) | 142.94º | 0.28% | 0.94% | - |
| XYZ | 57.74 | 74.42 | 64.15 | - |
| YUV | 213.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 197 | 0.28 | 0 | 0.18 | 0.06 | 142.94 | 0.68 | 0.8 |
| Hex | AB | EF | C5 | 1C | 0 | 12 | 6 | 8F | 44 | 50 |
| Octal | 253 | 357 | 305 | 34 | 0 | 22 | 6 | 217 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11000101 | 11100 | 0 | 10010 | 110 | 10001111 | 1000100 | 1010000 |
Color Harmonies of #ABEFC5
Complementary color
Monochromatic Colors of #ABEFC5
Black with #ABEFC5
Text Example
Text Example
White with #ABEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFC5; }
p { color: rgb(171,239,197); }
H1.HeaderClassName
{
color: #ABEFC5;
}
.AnyTagClassName
{
color: #ABEFC5;
}
</style>
background-color css
<style>
a { background-color: #ABEFC5; }
a { background-color: rgb(171,239,197); }
div.DivClassName
{
background-color: #ABEFC5;
}
.BgClassName
{
background-color: #ABEFC5;
}
</style>
border-color css
<style>
span { border-color: #ABEFC5; }
span { border-color: rgb(171,239,197); }
td.TdClassName
{
border-color: #ABEFC5;
}
.TagClassName
{
border-color: #ABEFC5;
}
</style>