Shades of Magic Mint #ABECC9
Tints of Magic Mint #ABECC9
RGB
CMYK
RGB Variations
Color information
#ABECC9 (or 0xABECC9) is known color: Magic Mint. HEX triplet: AB, EC and C9. RGB value is (171,236,201). Sum of RGB (Red+Green+Blue) = 171+236+201=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECC9 is #541336. Grayscale: #D4D4D4. Windows color (decimal): -5509943 or 13233323. OLE color: 13233323.
HSL color Cylindrical-coordinate representation of color #ABECC9: hue angle of 147.69º 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 #ABECC9 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 201 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.07 |
| HSL | 147.69º | 0.63% | 0.8% | - |
| HSV(B) | 147.69º | 0.28% | 0.93% | - |
| XYZ | 57.33 | 72.87 | 66.3 | - |
| YUV | 212.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 201 | 0.28 | 0 | 0.15 | 0.07 | 147.69 | 0.63 | 0.8 |
| Hex | AB | EC | C9 | 1C | 0 | F | 7 | 94 | 3F | 50 |
| Octal | 253 | 354 | 311 | 34 | 0 | 17 | 7 | 224 | 77 | 120 |
| Binary | 10101011 | 11101100 | 11001001 | 11100 | 0 | 1111 | 111 | 10010100 | 111111 | 1010000 |
Color Harmonies of #ABECC9
Complementary color
Monochromatic Colors of #ABECC9
Black with #ABECC9
Text Example
Text Example
White with #ABECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECC9; }
p { color: rgb(171,236,201); }
H1.HeaderClassName
{
color: #ABECC9;
}
.AnyTagClassName
{
color: #ABECC9;
}
</style>
background-color css
<style>
a { background-color: #ABECC9; }
a { background-color: rgb(171,236,201); }
div.DivClassName
{
background-color: #ABECC9;
}
.BgClassName
{
background-color: #ABECC9;
}
</style>
border-color css
<style>
span { border-color: #ABECC9; }
span { border-color: rgb(171,236,201); }
td.TdClassName
{
border-color: #ABECC9;
}
.TagClassName
{
border-color: #ABECC9;
}
</style>