Shades of Madang #ABEBA0
Tints of Madang #ABEBA0
RGB
CMYK
RGB Variations
Color information
#ABEBA0 (or 0xABEBA0) is known color: Madang. HEX triplet: AB, EB and A0. RGB value is (171,235,160). Sum of RGB (Red+Green+Blue) = 171+235+160=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEBA0 is #54145F. Grayscale: #CFCFCF. Windows color (decimal): -5510240 or 10546091. OLE color: 10546091.
HSL color Cylindrical-coordinate representation of color #ABEBA0: hue angle of 111.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABEBA0 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 160 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.08 |
| HSL | 111.2º | 0.65% | 0.77% | - |
| HSV(B) | 111.2º | 0.32% | 0.92% | - |
| XYZ | 52.85 | 70.61 | 44.1 | - |
| YUV | 207.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 160 | 0.27 | 0 | 0.32 | 0.08 | 111.2 | 0.65 | 0.77 |
| Hex | AB | EB | A0 | 1B | 0 | 20 | 8 | 6F | 41 | 4D |
| Octal | 253 | 353 | 240 | 33 | 0 | 40 | 10 | 157 | 101 | 115 |
| Binary | 10101011 | 11101011 | 10100000 | 11011 | 0 | 100000 | 1000 | 1101111 | 1000001 | 1001101 |
Color Harmonies of #ABEBA0
Complementary color
Monochromatic Colors of #ABEBA0
Black with #ABEBA0
Text Example
Text Example
White with #ABEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBA0; }
p { color: rgb(171,235,160); }
H1.HeaderClassName
{
color: #ABEBA0;
}
.AnyTagClassName
{
color: #ABEBA0;
}
</style>
background-color css
<style>
a { background-color: #ABEBA0; }
a { background-color: rgb(171,235,160); }
div.DivClassName
{
background-color: #ABEBA0;
}
.BgClassName
{
background-color: #ABEBA0;
}
</style>
border-color css
<style>
span { border-color: #ABEBA0; }
span { border-color: rgb(171,235,160); }
td.TdClassName
{
border-color: #ABEBA0;
}
.TagClassName
{
border-color: #ABEBA0;
}
</style>