Shades of Magic Mint #ABE8CB
Tints of Magic Mint #ABE8CB
RGB
CMYK
RGB Variations
Color information
#ABE8CB (or 0xABE8CB) is known color: Magic Mint. HEX triplet: AB, E8 and CB. RGB value is (171,232,203). Sum of RGB (Red+Green+Blue) = 171+232+203=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE8CB is #541734. Grayscale: #D2D2D2. Windows color (decimal): -5510965 or 13363371. OLE color: 13363371.
HSL color Cylindrical-coordinate representation of color #ABE8CB: hue angle of 151.48º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE8CB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 203 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.09 |
| HSL | 151.48º | 0.57% | 0.79% | - |
| HSV(B) | 151.48º | 0.26% | 0.91% | - |
| XYZ | 56.43 | 70.68 | 67.17 | - |
| YUV | 210.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 203 | 0.26 | 0 | 0.12 | 0.09 | 151.48 | 0.57 | 0.79 |
| Hex | AB | E8 | CB | 1A | 0 | C | 9 | 97 | 39 | 4F |
| Octal | 253 | 350 | 313 | 32 | 0 | 14 | 11 | 227 | 71 | 117 |
| Binary | 10101011 | 11101000 | 11001011 | 11010 | 0 | 1100 | 1001 | 10010111 | 111001 | 1001111 |
Color Harmonies of #ABE8CB
Complementary color
Monochromatic Colors of #ABE8CB
Black with #ABE8CB
Text Example
Text Example
White with #ABE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE8CB; }
p { color: rgb(171,232,203); }
H1.HeaderClassName
{
color: #ABE8CB;
}
.AnyTagClassName
{
color: #ABE8CB;
}
</style>
background-color css
<style>
a { background-color: #ABE8CB; }
a { background-color: rgb(171,232,203); }
div.DivClassName
{
background-color: #ABE8CB;
}
.BgClassName
{
background-color: #ABE8CB;
}
</style>
border-color css
<style>
span { border-color: #ABE8CB; }
span { border-color: rgb(171,232,203); }
td.TdClassName
{
border-color: #ABE8CB;
}
.TagClassName
{
border-color: #ABE8CB;
}
</style>