Shades of Madang #AEDBA3
Tints of Madang #AEDBA3
RGB
CMYK
RGB Variations
Color information
#AEDBA3 (or 0xAEDBA3) is known color: Madang. HEX triplet: AE, DB and A3. RGB value is (174,219,163). Sum of RGB (Red+Green+Blue) = 174+219+163=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBA3 is #51245C. Grayscale: #C7C7C7. Windows color (decimal): -5317725 or 10738606. OLE color: 10738606.
HSL color Cylindrical-coordinate representation of color #AEDBA3: hue angle of 108.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDBA3 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 163 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.14 |
| HSL | 108.21º | 0.44% | 0.75% | - |
| HSV(B) | 108.21º | 0.26% | 0.86% | - |
| XYZ | 49.4 | 62.31 | 44.07 | - |
| YUV | 199.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 163 | 0.21 | 0 | 0.26 | 0.14 | 108.21 | 0.44 | 0.75 |
| Hex | AE | DB | A3 | 15 | 0 | 1A | E | 6C | 2C | 4B |
| Octal | 256 | 333 | 243 | 25 | 0 | 32 | 16 | 154 | 54 | 113 |
| Binary | 10101110 | 11011011 | 10100011 | 10101 | 0 | 11010 | 1110 | 1101100 | 101100 | 1001011 |
Color Harmonies of #AEDBA3
Complementary color
Monochromatic Colors of #AEDBA3
Black with #AEDBA3
Text Example
Text Example
White with #AEDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBA3; }
p { color: rgb(174,219,163); }
H1.HeaderClassName
{
color: #AEDBA3;
}
.AnyTagClassName
{
color: #AEDBA3;
}
</style>
background-color css
<style>
a { background-color: #AEDBA3; }
a { background-color: rgb(174,219,163); }
div.DivClassName
{
background-color: #AEDBA3;
}
.BgClassName
{
background-color: #AEDBA3;
}
</style>
border-color css
<style>
span { border-color: #AEDBA3; }
span { border-color: rgb(174,219,163); }
td.TdClassName
{
border-color: #AEDBA3;
}
.TagClassName
{
border-color: #AEDBA3;
}
</style>