Shades of Magic Mint #ABEFC4
Tints of Magic Mint #ABEFC4
RGB
CMYK
RGB Variations
Color information
#ABEFC4 (or 0xABEFC4) is known color: Magic Mint. HEX triplet: AB, EF and C4. RGB value is (171,239,196). Sum of RGB (Red+Green+Blue) = 171+239+196=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFC4 is #54103B. Grayscale: #D5D5D5. Windows color (decimal): -5509180 or 12906411. OLE color: 12906411.
HSL color Cylindrical-coordinate representation of color #ABEFC4: hue angle of 142.06º 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 #ABEFC4 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 196 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.06 |
| HSL | 142.06º | 0.68% | 0.8% | - |
| HSV(B) | 142.06º | 0.28% | 0.94% | - |
| XYZ | 57.62 | 74.38 | 63.54 | - |
| YUV | 213.77 | 117.97 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 196 | 0.28 | 0 | 0.18 | 0.06 | 142.06 | 0.68 | 0.8 |
| Hex | AB | EF | C4 | 1C | 0 | 12 | 6 | 8E | 44 | 50 |
| Octal | 253 | 357 | 304 | 34 | 0 | 22 | 6 | 216 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11000100 | 11100 | 0 | 10010 | 110 | 10001110 | 1000100 | 1010000 |
Color Harmonies of #ABEFC4
Complementary color
Monochromatic Colors of #ABEFC4
Black with #ABEFC4
Text Example
Text Example
White with #ABEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFC4; }
p { color: rgb(171,239,196); }
H1.HeaderClassName
{
color: #ABEFC4;
}
.AnyTagClassName
{
color: #ABEFC4;
}
</style>
background-color css
<style>
a { background-color: #ABEFC4; }
a { background-color: rgb(171,239,196); }
div.DivClassName
{
background-color: #ABEFC4;
}
.BgClassName
{
background-color: #ABEFC4;
}
</style>
border-color css
<style>
span { border-color: #ABEFC4; }
span { border-color: rgb(171,239,196); }
td.TdClassName
{
border-color: #ABEFC4;
}
.TagClassName
{
border-color: #ABEFC4;
}
</style>