Shades of Magic Mint #ABEDCE
Tints of Magic Mint #ABEDCE
RGB
CMYK
RGB Variations
Color information
#ABEDCE (or 0xABEDCE) is known color: Magic Mint. HEX triplet: AB, ED and CE. RGB value is (171,237,206). Sum of RGB (Red+Green+Blue) = 171+237+206=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDCE is #541231. Grayscale: #D5D5D5. Windows color (decimal): -5509682 or 13561259. OLE color: 13561259.
HSL color Cylindrical-coordinate representation of color #ABEDCE: hue angle of 151.82º 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 #ABEDCE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 206 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.07 |
| HSL | 151.82º | 0.65% | 0.8% | - |
| HSV(B) | 151.82º | 0.28% | 0.93% | - |
| XYZ | 58.22 | 73.68 | 69.55 | - |
| YUV | 213.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 206 | 0.28 | 0 | 0.13 | 0.07 | 151.82 | 0.65 | 0.8 |
| Hex | AB | ED | CE | 1C | 0 | D | 7 | 98 | 41 | 50 |
| Octal | 253 | 355 | 316 | 34 | 0 | 15 | 7 | 230 | 101 | 120 |
| Binary | 10101011 | 11101101 | 11001110 | 11100 | 0 | 1101 | 111 | 10011000 | 1000001 | 1010000 |
Color Harmonies of #ABEDCE
Complementary color
Monochromatic Colors of #ABEDCE
Black with #ABEDCE
Text Example
Text Example
White with #ABEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDCE; }
p { color: rgb(171,237,206); }
H1.HeaderClassName
{
color: #ABEDCE;
}
.AnyTagClassName
{
color: #ABEDCE;
}
</style>
background-color css
<style>
a { background-color: #ABEDCE; }
a { background-color: rgb(171,237,206); }
div.DivClassName
{
background-color: #ABEDCE;
}
.BgClassName
{
background-color: #ABEDCE;
}
</style>
border-color css
<style>
span { border-color: #ABEDCE; }
span { border-color: rgb(171,237,206); }
td.TdClassName
{
border-color: #ABEDCE;
}
.TagClassName
{
border-color: #ABEDCE;
}
</style>