Shades of Magic Mint #ABECCC
Tints of Magic Mint #ABECCC
RGB
CMYK
RGB Variations
Color information
#ABECCC (or 0xABECCC) is known color: Magic Mint. HEX triplet: AB, EC and CC. RGB value is (171,236,204). Sum of RGB (Red+Green+Blue) = 171+236+204=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECCC is #541333. Grayscale: #D4D4D4. Windows color (decimal): -5509940 or 13429931. OLE color: 13429931.
HSL color Cylindrical-coordinate representation of color #ABECCC: hue angle of 150.46º 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 #ABECCC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 204 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.07 |
| HSL | 150.46º | 0.63% | 0.8% | - |
| HSV(B) | 150.46º | 0.28% | 0.93% | - |
| XYZ | 57.69 | 73.01 | 68.18 | - |
| YUV | 212.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 204 | 0.28 | 0 | 0.14 | 0.07 | 150.46 | 0.63 | 0.8 |
| Hex | AB | EC | CC | 1C | 0 | E | 7 | 96 | 3F | 50 |
| Octal | 253 | 354 | 314 | 34 | 0 | 16 | 7 | 226 | 77 | 120 |
| Binary | 10101011 | 11101100 | 11001100 | 11100 | 0 | 1110 | 111 | 10010110 | 111111 | 1010000 |
Color Harmonies of #ABECCC
Complementary color
Monochromatic Colors of #ABECCC
Black with #ABECCC
Text Example
Text Example
White with #ABECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECCC; }
p { color: rgb(171,236,204); }
H1.HeaderClassName
{
color: #ABECCC;
}
.AnyTagClassName
{
color: #ABECCC;
}
</style>
background-color css
<style>
a { background-color: #ABECCC; }
a { background-color: rgb(171,236,204); }
div.DivClassName
{
background-color: #ABECCC;
}
.BgClassName
{
background-color: #ABECCC;
}
</style>
border-color css
<style>
span { border-color: #ABECCC; }
span { border-color: rgb(171,236,204); }
td.TdClassName
{
border-color: #ABECCC;
}
.TagClassName
{
border-color: #ABECCC;
}
</style>