Shades of Magic Mint #ABE1C7
Tints of Magic Mint #ABE1C7
RGB
CMYK
RGB Variations
Color information
#ABE1C7 (or 0xABE1C7) is known color: Magic Mint. HEX triplet: AB, E1 and C7. RGB value is (171,225,199). Sum of RGB (Red+Green+Blue) = 171+225+199=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1C7 is #541E38. Grayscale: #CDCDCD. Windows color (decimal): -5512761 or 13099435. OLE color: 13099435.
HSL color Cylindrical-coordinate representation of color #ABE1C7: hue angle of 151.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE1C7 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 199 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.12 |
| HSL | 151.11º | 0.47% | 0.78% | - |
| HSV(B) | 151.11º | 0.24% | 0.88% | - |
| XYZ | 54.03 | 66.63 | 64.05 | - |
| YUV | 205.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 199 | 0.24 | 0 | 0.12 | 0.12 | 151.11 | 0.47 | 0.78 |
| Hex | AB | E1 | C7 | 18 | 0 | C | C | 97 | 2F | 4E |
| Octal | 253 | 341 | 307 | 30 | 0 | 14 | 14 | 227 | 57 | 116 |
| Binary | 10101011 | 11100001 | 11000111 | 11000 | 0 | 1100 | 1100 | 10010111 | 101111 | 1001110 |
Color Harmonies of #ABE1C7
Complementary color
Monochromatic Colors of #ABE1C7
Black with #ABE1C7
Text Example
Text Example
White with #ABE1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1C7; }
p { color: rgb(171,225,199); }
H1.HeaderClassName
{
color: #ABE1C7;
}
.AnyTagClassName
{
color: #ABE1C7;
}
</style>
background-color css
<style>
a { background-color: #ABE1C7; }
a { background-color: rgb(171,225,199); }
div.DivClassName
{
background-color: #ABE1C7;
}
.BgClassName
{
background-color: #ABE1C7;
}
</style>
border-color css
<style>
span { border-color: #ABE1C7; }
span { border-color: rgb(171,225,199); }
td.TdClassName
{
border-color: #ABE1C7;
}
.TagClassName
{
border-color: #ABE1C7;
}
</style>