Shades of Magic Mint #ABEFC6
Tints of Magic Mint #ABEFC6
RGB
CMYK
RGB Variations
Color information
#ABEFC6 (or 0xABEFC6) is known color: Magic Mint. HEX triplet: AB, EF and C6. RGB value is (171,239,198). Sum of RGB (Red+Green+Blue) = 171+239+198=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFC6 is #541039. Grayscale: #D6D6D6. Windows color (decimal): -5509178 or 13037483. OLE color: 13037483.
HSL color Cylindrical-coordinate representation of color #ABEFC6: hue angle of 143.82º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFC6 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 198 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.06 |
| HSL | 143.82º | 0.68% | 0.8% | - |
| HSV(B) | 143.82º | 0.28% | 0.94% | - |
| XYZ | 57.85 | 74.47 | 64.75 | - |
| YUV | 213.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 198 | 0.28 | 0 | 0.17 | 0.06 | 143.82 | 0.68 | 0.8 |
| Hex | AB | EF | C6 | 1C | 0 | 11 | 6 | 90 | 44 | 50 |
| Octal | 253 | 357 | 306 | 34 | 0 | 21 | 6 | 220 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11000110 | 11100 | 0 | 10001 | 110 | 10010000 | 1000100 | 1010000 |
Color Harmonies of #ABEFC6
Complementary color
Monochromatic Colors of #ABEFC6
Black with #ABEFC6
Text Example
Text Example
White with #ABEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFC6; }
p { color: rgb(171,239,198); }
H1.HeaderClassName
{
color: #ABEFC6;
}
.AnyTagClassName
{
color: #ABEFC6;
}
</style>
background-color css
<style>
a { background-color: #ABEFC6; }
a { background-color: rgb(171,239,198); }
div.DivClassName
{
background-color: #ABEFC6;
}
.BgClassName
{
background-color: #ABEFC6;
}
</style>
border-color css
<style>
span { border-color: #ABEFC6; }
span { border-color: rgb(171,239,198); }
td.TdClassName
{
border-color: #ABEFC6;
}
.TagClassName
{
border-color: #ABEFC6;
}
</style>