Shades of Magic Mint #ABEED1
Tints of Magic Mint #ABEED1
RGB
CMYK
RGB Variations
Color information
#ABEED1 (or 0xABEED1) is known color: Magic Mint. HEX triplet: AB, EE and D1. RGB value is (171,238,209). Sum of RGB (Red+Green+Blue) = 171+238+209=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEED1 is #54112E. Grayscale: #D6D6D6. Windows color (decimal): -5509423 or 13758123. OLE color: 13758123.
HSL color Cylindrical-coordinate representation of color #ABEED1: hue angle of 154.03º degrees, saturation: 0.66, 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 #ABEED1 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 209 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.07 |
| HSL | 154.03º | 0.66% | 0.8% | - |
| HSV(B) | 154.03º | 0.28% | 0.93% | - |
| XYZ | 58.88 | 74.41 | 71.58 | - |
| YUV | 214.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 209 | 0.28 | 0 | 0.12 | 0.07 | 154.03 | 0.66 | 0.8 |
| Hex | AB | EE | D1 | 1C | 0 | C | 7 | 9A | 42 | 50 |
| Octal | 253 | 356 | 321 | 34 | 0 | 14 | 7 | 232 | 102 | 120 |
| Binary | 10101011 | 11101110 | 11010001 | 11100 | 0 | 1100 | 111 | 10011010 | 1000010 | 1010000 |
Color Harmonies of #ABEED1
Complementary color
Monochromatic Colors of #ABEED1
Black with #ABEED1
Text Example
Text Example
White with #ABEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEED1; }
p { color: rgb(171,238,209); }
H1.HeaderClassName
{
color: #ABEED1;
}
.AnyTagClassName
{
color: #ABEED1;
}
</style>
background-color css
<style>
a { background-color: #ABEED1; }
a { background-color: rgb(171,238,209); }
div.DivClassName
{
background-color: #ABEED1;
}
.BgClassName
{
background-color: #ABEED1;
}
</style>
border-color css
<style>
span { border-color: #ABEED1; }
span { border-color: rgb(171,238,209); }
td.TdClassName
{
border-color: #ABEED1;
}
.TagClassName
{
border-color: #ABEED1;
}
</style>