Shades of Magic Mint #ABEBCE
Tints of Magic Mint #ABEBCE
RGB
CMYK
RGB Variations
Color information
#ABEBCE (or 0xABEBCE) is known color: Magic Mint. HEX triplet: AB, EB and CE. RGB value is (171,235,206). Sum of RGB (Red+Green+Blue) = 171+235+206=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBCE is #541431. Grayscale: #D4D4D4. Windows color (decimal): -5510194 or 13560747. OLE color: 13560747.
HSL color Cylindrical-coordinate representation of color #ABEBCE: hue angle of 152.81º 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 #ABEBCE is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 206 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.08 |
| HSL | 152.81º | 0.62% | 0.8% | - |
| HSV(B) | 152.81º | 0.27% | 0.92% | - |
| XYZ | 57.64 | 72.53 | 69.35 | - |
| YUV | 212.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 206 | 0.27 | 0 | 0.12 | 0.08 | 152.81 | 0.62 | 0.8 |
| Hex | AB | EB | CE | 1B | 0 | C | 8 | 99 | 3E | 50 |
| Octal | 253 | 353 | 316 | 33 | 0 | 14 | 10 | 231 | 76 | 120 |
| Binary | 10101011 | 11101011 | 11001110 | 11011 | 0 | 1100 | 1000 | 10011001 | 111110 | 1010000 |
Color Harmonies of #ABEBCE
Complementary color
Monochromatic Colors of #ABEBCE
Black with #ABEBCE
Text Example
Text Example
White with #ABEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBCE; }
p { color: rgb(171,235,206); }
H1.HeaderClassName
{
color: #ABEBCE;
}
.AnyTagClassName
{
color: #ABEBCE;
}
</style>
background-color css
<style>
a { background-color: #ABEBCE; }
a { background-color: rgb(171,235,206); }
div.DivClassName
{
background-color: #ABEBCE;
}
.BgClassName
{
background-color: #ABEBCE;
}
</style>
border-color css
<style>
span { border-color: #ABEBCE; }
span { border-color: rgb(171,235,206); }
td.TdClassName
{
border-color: #ABEBCE;
}
.TagClassName
{
border-color: #ABEBCE;
}
</style>