Shades of Magic Mint #ABE6CC
Tints of Magic Mint #ABE6CC
RGB
CMYK
RGB Variations
Color information
#ABE6CC (or 0xABE6CC) is known color: Magic Mint. HEX triplet: AB, E6 and CC. RGB value is (171,230,204). Sum of RGB (Red+Green+Blue) = 171+230+204=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE6CC is #541933. Grayscale: #D1D1D1. Windows color (decimal): -5511476 or 13428395. OLE color: 13428395.
HSL color Cylindrical-coordinate representation of color #ABE6CC: hue angle of 153.56º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE6CC is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 204 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.10 |
| HSL | 153.56º | 0.54% | 0.79% | - |
| HSV(B) | 153.56º | 0.26% | 0.9% | - |
| XYZ | 55.99 | 69.61 | 67.61 | - |
| YUV | 209.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 204 | 0.26 | 0 | 0.11 | 0.10 | 153.56 | 0.54 | 0.79 |
| Hex | AB | E6 | CC | 1A | 0 | B | A | 9A | 36 | 4F |
| Octal | 253 | 346 | 314 | 32 | 0 | 13 | 12 | 232 | 66 | 117 |
| Binary | 10101011 | 11100110 | 11001100 | 11010 | 0 | 1011 | 1010 | 10011010 | 110110 | 1001111 |
Color Harmonies of #ABE6CC
Complementary color
Monochromatic Colors of #ABE6CC
Black with #ABE6CC
Text Example
Text Example
White with #ABE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE6CC; }
p { color: rgb(171,230,204); }
H1.HeaderClassName
{
color: #ABE6CC;
}
.AnyTagClassName
{
color: #ABE6CC;
}
</style>
background-color css
<style>
a { background-color: #ABE6CC; }
a { background-color: rgb(171,230,204); }
div.DivClassName
{
background-color: #ABE6CC;
}
.BgClassName
{
background-color: #ABE6CC;
}
</style>
border-color css
<style>
span { border-color: #ABE6CC; }
span { border-color: rgb(171,230,204); }
td.TdClassName
{
border-color: #ABE6CC;
}
.TagClassName
{
border-color: #ABE6CC;
}
</style>