Shades of Magic Mint #ABEDC5
Tints of Magic Mint #ABEDC5
RGB
CMYK
RGB Variations
Color information
#ABEDC5 (or 0xABEDC5) is known color: Magic Mint. HEX triplet: AB, ED and C5. RGB value is (171,237,197). Sum of RGB (Red+Green+Blue) = 171+237+197=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDC5 is #54123A. Grayscale: #D4D4D4. Windows color (decimal): -5509691 or 12971435. OLE color: 12971435.
HSL color Cylindrical-coordinate representation of color #ABEDC5: hue angle of 143.64º 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 #ABEDC5 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 197 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.07 |
| HSL | 143.64º | 0.65% | 0.8% | - |
| HSV(B) | 143.64º | 0.28% | 0.93% | - |
| XYZ | 57.16 | 73.26 | 63.95 | - |
| YUV | 212.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 197 | 0.28 | 0 | 0.17 | 0.07 | 143.64 | 0.65 | 0.8 |
| Hex | AB | ED | C5 | 1C | 0 | 11 | 7 | 90 | 41 | 50 |
| Octal | 253 | 355 | 305 | 34 | 0 | 21 | 7 | 220 | 101 | 120 |
| Binary | 10101011 | 11101101 | 11000101 | 11100 | 0 | 10001 | 111 | 10010000 | 1000001 | 1010000 |
Color Harmonies of #ABEDC5
Complementary color
Monochromatic Colors of #ABEDC5
Black with #ABEDC5
Text Example
Text Example
White with #ABEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDC5; }
p { color: rgb(171,237,197); }
H1.HeaderClassName
{
color: #ABEDC5;
}
.AnyTagClassName
{
color: #ABEDC5;
}
</style>
background-color css
<style>
a { background-color: #ABEDC5; }
a { background-color: rgb(171,237,197); }
div.DivClassName
{
background-color: #ABEDC5;
}
.BgClassName
{
background-color: #ABEDC5;
}
</style>
border-color css
<style>
span { border-color: #ABEDC5; }
span { border-color: rgb(171,237,197); }
td.TdClassName
{
border-color: #ABEDC5;
}
.TagClassName
{
border-color: #ABEDC5;
}
</style>