Shades of Magic Mint #ABE6CB
Tints of Magic Mint #ABE6CB
RGB
CMYK
RGB Variations
Color information
#ABE6CB (or 0xABE6CB) is known color: Magic Mint. HEX triplet: AB, E6 and CB. RGB value is (171,230,203). Sum of RGB (Red+Green+Blue) = 171+230+203=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE6CB is #541934. Grayscale: #D1D1D1. Windows color (decimal): -5511477 or 13362859. OLE color: 13362859.
HSL color Cylindrical-coordinate representation of color #ABE6CB: hue angle of 152.54º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE6CB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 203 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.10 |
| HSL | 152.54º | 0.54% | 0.79% | - |
| HSV(B) | 152.54º | 0.26% | 0.9% | - |
| XYZ | 55.87 | 69.56 | 66.98 | - |
| YUV | 209.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 203 | 0.26 | 0 | 0.12 | 0.10 | 152.54 | 0.54 | 0.79 |
| Hex | AB | E6 | CB | 1A | 0 | C | A | 99 | 36 | 4F |
| Octal | 253 | 346 | 313 | 32 | 0 | 14 | 12 | 231 | 66 | 117 |
| Binary | 10101011 | 11100110 | 11001011 | 11010 | 0 | 1100 | 1010 | 10011001 | 110110 | 1001111 |
Color Harmonies of #ABE6CB
Complementary color
Monochromatic Colors of #ABE6CB
Black with #ABE6CB
Text Example
Text Example
White with #ABE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE6CB; }
p { color: rgb(171,230,203); }
H1.HeaderClassName
{
color: #ABE6CB;
}
.AnyTagClassName
{
color: #ABE6CB;
}
</style>
background-color css
<style>
a { background-color: #ABE6CB; }
a { background-color: rgb(171,230,203); }
div.DivClassName
{
background-color: #ABE6CB;
}
.BgClassName
{
background-color: #ABE6CB;
}
</style>
border-color css
<style>
span { border-color: #ABE6CB; }
span { border-color: rgb(171,230,203); }
td.TdClassName
{
border-color: #ABE6CB;
}
.TagClassName
{
border-color: #ABE6CB;
}
</style>