Shades of Magic Mint #ABECD1
Tints of Magic Mint #ABECD1
RGB
CMYK
RGB Variations
Color information
#ABECD1 (or 0xABECD1) is known color: Magic Mint. HEX triplet: AB, EC and D1. RGB value is (171,236,209). Sum of RGB (Red+Green+Blue) = 171+236+209=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECD1 is #54132E. Grayscale: #D5D5D5. Windows color (decimal): -5509935 or 13757611. OLE color: 13757611.
HSL color Cylindrical-coordinate representation of color #ABECD1: hue angle of 155.08º degrees, saturation: 0.63, 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 #ABECD1 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 209 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.07 |
| HSL | 155.08º | 0.63% | 0.8% | - |
| HSV(B) | 155.08º | 0.28% | 0.93% | - |
| XYZ | 58.3 | 73.25 | 71.39 | - |
| YUV | 213.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 209 | 0.28 | 0 | 0.11 | 0.07 | 155.08 | 0.63 | 0.8 |
| Hex | AB | EC | D1 | 1C | 0 | B | 7 | 9B | 3F | 50 |
| Octal | 253 | 354 | 321 | 34 | 0 | 13 | 7 | 233 | 77 | 120 |
| Binary | 10101011 | 11101100 | 11010001 | 11100 | 0 | 1011 | 111 | 10011011 | 111111 | 1010000 |
Color Harmonies of #ABECD1
Complementary color
Monochromatic Colors of #ABECD1
Black with #ABECD1
Text Example
Text Example
White with #ABECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECD1; }
p { color: rgb(171,236,209); }
H1.HeaderClassName
{
color: #ABECD1;
}
.AnyTagClassName
{
color: #ABECD1;
}
</style>
background-color css
<style>
a { background-color: #ABECD1; }
a { background-color: rgb(171,236,209); }
div.DivClassName
{
background-color: #ABECD1;
}
.BgClassName
{
background-color: #ABECD1;
}
</style>
border-color css
<style>
span { border-color: #ABECD1; }
span { border-color: rgb(171,236,209); }
td.TdClassName
{
border-color: #ABECD1;
}
.TagClassName
{
border-color: #ABECD1;
}
</style>