Shades of Magic Mint #ABE0C4
Tints of Magic Mint #ABE0C4
RGB
CMYK
RGB Variations
Color information
#ABE0C4 (or 0xABE0C4) is known color: Magic Mint. HEX triplet: AB, E0 and C4. RGB value is (171,224,196). Sum of RGB (Red+Green+Blue) = 171+224+196=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0C4 is #541F3B. Grayscale: #CDCDCD. Windows color (decimal): -5513020 or 12902571. OLE color: 12902571.
HSL color Cylindrical-coordinate representation of color #ABE0C4: hue angle of 148.3º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0C4 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 196 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.12 |
| HSL | 148.3º | 0.46% | 0.77% | - |
| HSV(B) | 148.3º | 0.24% | 0.88% | - |
| XYZ | 53.41 | 65.95 | 62.14 | - |
| YUV | 204.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 196 | 0.24 | 0 | 0.12 | 0.12 | 148.3 | 0.46 | 0.77 |
| Hex | AB | E0 | C4 | 18 | 0 | C | C | 94 | 2E | 4D |
| Octal | 253 | 340 | 304 | 30 | 0 | 14 | 14 | 224 | 56 | 115 |
| Binary | 10101011 | 11100000 | 11000100 | 11000 | 0 | 1100 | 1100 | 10010100 | 101110 | 1001101 |
Color Harmonies of #ABE0C4
Complementary color
Monochromatic Colors of #ABE0C4
Black with #ABE0C4
Text Example
Text Example
White with #ABE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0C4; }
p { color: rgb(171,224,196); }
H1.HeaderClassName
{
color: #ABE0C4;
}
.AnyTagClassName
{
color: #ABE0C4;
}
</style>
background-color css
<style>
a { background-color: #ABE0C4; }
a { background-color: rgb(171,224,196); }
div.DivClassName
{
background-color: #ABE0C4;
}
.BgClassName
{
background-color: #ABE0C4;
}
</style>
border-color css
<style>
span { border-color: #ABE0C4; }
span { border-color: rgb(171,224,196); }
td.TdClassName
{
border-color: #ABE0C4;
}
.TagClassName
{
border-color: #ABE0C4;
}
</style>