Shades of Magic Mint #ABEDC7
Tints of Magic Mint #ABEDC7
RGB
CMYK
RGB Variations
Color information
#ABEDC7 (or 0xABEDC7) is known color: Magic Mint. HEX triplet: AB, ED and C7. RGB value is (171,237,199). Sum of RGB (Red+Green+Blue) = 171+237+199=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDC7 is #541238. Grayscale: #D5D5D5. Windows color (decimal): -5509689 or 13102507. OLE color: 13102507.
HSL color Cylindrical-coordinate representation of color #ABEDC7: hue angle of 145.45º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEDC7 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 199 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.07 |
| HSL | 145.45º | 0.65% | 0.8% | - |
| HSV(B) | 145.45º | 0.28% | 0.93% | - |
| XYZ | 57.39 | 73.35 | 65.17 | - |
| YUV | 212.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 199 | 0.28 | 0 | 0.16 | 0.07 | 145.45 | 0.65 | 0.8 |
| Hex | AB | ED | C7 | 1C | 0 | 10 | 7 | 91 | 41 | 50 |
| Octal | 253 | 355 | 307 | 34 | 0 | 20 | 7 | 221 | 101 | 120 |
| Binary | 10101011 | 11101101 | 11000111 | 11100 | 0 | 10000 | 111 | 10010001 | 1000001 | 1010000 |
Color Harmonies of #ABEDC7
Complementary color
Monochromatic Colors of #ABEDC7
Black with #ABEDC7
Text Example
Text Example
White with #ABEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDC7; }
p { color: rgb(171,237,199); }
H1.HeaderClassName
{
color: #ABEDC7;
}
.AnyTagClassName
{
color: #ABEDC7;
}
</style>
background-color css
<style>
a { background-color: #ABEDC7; }
a { background-color: rgb(171,237,199); }
div.DivClassName
{
background-color: #ABEDC7;
}
.BgClassName
{
background-color: #ABEDC7;
}
</style>
border-color css
<style>
span { border-color: #ABEDC7; }
span { border-color: rgb(171,237,199); }
td.TdClassName
{
border-color: #ABEDC7;
}
.TagClassName
{
border-color: #ABEDC7;
}
</style>