Shades of Magic Mint #ABEDCB
Tints of Magic Mint #ABEDCB
RGB
CMYK
RGB Variations
Color information
#ABEDCB (or 0xABEDCB) is known color: Magic Mint. HEX triplet: AB, ED and CB. RGB value is (171,237,203). Sum of RGB (Red+Green+Blue) = 171+237+203=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDCB is #541234. Grayscale: #D5D5D5. Windows color (decimal): -5509685 or 13364651. OLE color: 13364651.
HSL color Cylindrical-coordinate representation of color #ABEDCB: hue angle of 149.09º 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 #ABEDCB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 203 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.07 |
| HSL | 149.09º | 0.65% | 0.8% | - |
| HSV(B) | 149.09º | 0.28% | 0.93% | - |
| XYZ | 57.86 | 73.54 | 67.64 | - |
| YUV | 213.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 203 | 0.28 | 0 | 0.14 | 0.07 | 149.09 | 0.65 | 0.8 |
| Hex | AB | ED | CB | 1C | 0 | E | 7 | 95 | 41 | 50 |
| Octal | 253 | 355 | 313 | 34 | 0 | 16 | 7 | 225 | 101 | 120 |
| Binary | 10101011 | 11101101 | 11001011 | 11100 | 0 | 1110 | 111 | 10010101 | 1000001 | 1010000 |
Color Harmonies of #ABEDCB
Complementary color
Monochromatic Colors of #ABEDCB
Black with #ABEDCB
Text Example
Text Example
White with #ABEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDCB; }
p { color: rgb(171,237,203); }
H1.HeaderClassName
{
color: #ABEDCB;
}
.AnyTagClassName
{
color: #ABEDCB;
}
</style>
background-color css
<style>
a { background-color: #ABEDCB; }
a { background-color: rgb(171,237,203); }
div.DivClassName
{
background-color: #ABEDCB;
}
.BgClassName
{
background-color: #ABEDCB;
}
</style>
border-color css
<style>
span { border-color: #ABEDCB; }
span { border-color: rgb(171,237,203); }
td.TdClassName
{
border-color: #ABEDCB;
}
.TagClassName
{
border-color: #ABEDCB;
}
</style>