Shades of Magic Mint #ABECCB
Tints of Magic Mint #ABECCB
RGB
CMYK
RGB Variations
Color information
#ABECCB (or 0xABECCB) is known color: Magic Mint. HEX triplet: AB, EC and CB. RGB value is (171,236,203). Sum of RGB (Red+Green+Blue) = 171+236+203=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECCB is #541334. Grayscale: #D4D4D4. Windows color (decimal): -5509941 or 13364395. OLE color: 13364395.
HSL color Cylindrical-coordinate representation of color #ABECCB: hue angle of 149.54º 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 #ABECCB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 203 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.07 |
| HSL | 149.54º | 0.63% | 0.8% | - |
| HSV(B) | 149.54º | 0.28% | 0.93% | - |
| XYZ | 57.57 | 72.96 | 67.55 | - |
| YUV | 212.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 203 | 0.28 | 0 | 0.14 | 0.07 | 149.54 | 0.63 | 0.8 |
| Hex | AB | EC | CB | 1C | 0 | E | 7 | 96 | 3F | 50 |
| Octal | 253 | 354 | 313 | 34 | 0 | 16 | 7 | 226 | 77 | 120 |
| Binary | 10101011 | 11101100 | 11001011 | 11100 | 0 | 1110 | 111 | 10010110 | 111111 | 1010000 |
Color Harmonies of #ABECCB
Complementary color
Monochromatic Colors of #ABECCB
Black with #ABECCB
Text Example
Text Example
White with #ABECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECCB; }
p { color: rgb(171,236,203); }
H1.HeaderClassName
{
color: #ABECCB;
}
.AnyTagClassName
{
color: #ABECCB;
}
</style>
background-color css
<style>
a { background-color: #ABECCB; }
a { background-color: rgb(171,236,203); }
div.DivClassName
{
background-color: #ABECCB;
}
.BgClassName
{
background-color: #ABECCB;
}
</style>
border-color css
<style>
span { border-color: #ABECCB; }
span { border-color: rgb(171,236,203); }
td.TdClassName
{
border-color: #ABECCB;
}
.TagClassName
{
border-color: #ABECCB;
}
</style>