Shades of Magic Mint #ABECCE
Tints of Magic Mint #ABECCE
RGB
CMYK
RGB Variations
Color information
#ABECCE (or 0xABECCE) is known color: Magic Mint. HEX triplet: AB, EC and CE. RGB value is (171,236,206). Sum of RGB (Red+Green+Blue) = 171+236+206=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECCE is #541331. Grayscale: #D5D5D5. Windows color (decimal): -5509938 or 13561003. OLE color: 13561003.
HSL color Cylindrical-coordinate representation of color #ABECCE: hue angle of 152.31º degrees, saturation: 0.63, 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 #ABECCE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 206 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.07 |
| HSL | 152.31º | 0.63% | 0.8% | - |
| HSV(B) | 152.31º | 0.28% | 0.93% | - |
| XYZ | 57.93 | 73.11 | 69.45 | - |
| YUV | 213.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 206 | 0.28 | 0 | 0.13 | 0.07 | 152.31 | 0.63 | 0.8 |
| Hex | AB | EC | CE | 1C | 0 | D | 7 | 98 | 3F | 50 |
| Octal | 253 | 354 | 316 | 34 | 0 | 15 | 7 | 230 | 77 | 120 |
| Binary | 10101011 | 11101100 | 11001110 | 11100 | 0 | 1101 | 111 | 10011000 | 111111 | 1010000 |
Color Harmonies of #ABECCE
Complementary color
Monochromatic Colors of #ABECCE
Black with #ABECCE
Text Example
Text Example
White with #ABECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECCE; }
p { color: rgb(171,236,206); }
H1.HeaderClassName
{
color: #ABECCE;
}
.AnyTagClassName
{
color: #ABECCE;
}
</style>
background-color css
<style>
a { background-color: #ABECCE; }
a { background-color: rgb(171,236,206); }
div.DivClassName
{
background-color: #ABECCE;
}
.BgClassName
{
background-color: #ABECCE;
}
</style>
border-color css
<style>
span { border-color: #ABECCE; }
span { border-color: rgb(171,236,206); }
td.TdClassName
{
border-color: #ABECCE;
}
.TagClassName
{
border-color: #ABECCE;
}
</style>