Shades of Magic Mint #ABEBC5
Tints of Magic Mint #ABEBC5
RGB
CMYK
RGB Variations
Color information
#ABEBC5 (or 0xABEBC5) is known color: Magic Mint. HEX triplet: AB, EB and C5. RGB value is (171,235,197). Sum of RGB (Red+Green+Blue) = 171+235+197=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBC5 is #54143A. Grayscale: #D3D3D3. Windows color (decimal): -5510203 or 12970923. OLE color: 12970923.
HSL color Cylindrical-coordinate representation of color #ABEBC5: hue angle of 144.38º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBC5 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 197 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.08 |
| HSL | 144.38º | 0.62% | 0.8% | - |
| HSV(B) | 144.38º | 0.27% | 0.92% | - |
| XYZ | 56.58 | 72.11 | 63.76 | - |
| YUV | 211.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 197 | 0.27 | 0 | 0.16 | 0.08 | 144.38 | 0.62 | 0.8 |
| Hex | AB | EB | C5 | 1B | 0 | 10 | 8 | 90 | 3E | 50 |
| Octal | 253 | 353 | 305 | 33 | 0 | 20 | 10 | 220 | 76 | 120 |
| Binary | 10101011 | 11101011 | 11000101 | 11011 | 0 | 10000 | 1000 | 10010000 | 111110 | 1010000 |
Color Harmonies of #ABEBC5
Complementary color
Monochromatic Colors of #ABEBC5
Black with #ABEBC5
Text Example
Text Example
White with #ABEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBC5; }
p { color: rgb(171,235,197); }
H1.HeaderClassName
{
color: #ABEBC5;
}
.AnyTagClassName
{
color: #ABEBC5;
}
</style>
background-color css
<style>
a { background-color: #ABEBC5; }
a { background-color: rgb(171,235,197); }
div.DivClassName
{
background-color: #ABEBC5;
}
.BgClassName
{
background-color: #ABEBC5;
}
</style>
border-color css
<style>
span { border-color: #ABEBC5; }
span { border-color: rgb(171,235,197); }
td.TdClassName
{
border-color: #ABEBC5;
}
.TagClassName
{
border-color: #ABEBC5;
}
</style>