Shades of Magic Mint #ABEBCC
Tints of Magic Mint #ABEBCC
RGB
CMYK
RGB Variations
Color information
#ABEBCC (or 0xABEBCC) is known color: Magic Mint. HEX triplet: AB, EB and CC. RGB value is (171,235,204). Sum of RGB (Red+Green+Blue) = 171+235+204=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBCC is #541433. Grayscale: #D4D4D4. Windows color (decimal): -5510196 or 13429675. OLE color: 13429675.
HSL color Cylindrical-coordinate representation of color #ABEBCC: hue angle of 150.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBCC is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 204 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.08 |
| HSL | 150.94º | 0.62% | 0.8% | - |
| HSV(B) | 150.94º | 0.27% | 0.92% | - |
| XYZ | 57.4 | 72.43 | 68.08 | - |
| YUV | 212.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 204 | 0.27 | 0 | 0.13 | 0.08 | 150.94 | 0.62 | 0.8 |
| Hex | AB | EB | CC | 1B | 0 | D | 8 | 97 | 3E | 50 |
| Octal | 253 | 353 | 314 | 33 | 0 | 15 | 10 | 227 | 76 | 120 |
| Binary | 10101011 | 11101011 | 11001100 | 11011 | 0 | 1101 | 1000 | 10010111 | 111110 | 1010000 |
Color Harmonies of #ABEBCC
Complementary color
Monochromatic Colors of #ABEBCC
Black with #ABEBCC
Text Example
Text Example
White with #ABEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBCC; }
p { color: rgb(171,235,204); }
H1.HeaderClassName
{
color: #ABEBCC;
}
.AnyTagClassName
{
color: #ABEBCC;
}
</style>
background-color css
<style>
a { background-color: #ABEBCC; }
a { background-color: rgb(171,235,204); }
div.DivClassName
{
background-color: #ABEBCC;
}
.BgClassName
{
background-color: #ABEBCC;
}
</style>
border-color css
<style>
span { border-color: #ABEBCC; }
span { border-color: rgb(171,235,204); }
td.TdClassName
{
border-color: #ABEBCC;
}
.TagClassName
{
border-color: #ABEBCC;
}
</style>