Shades of Madang #BAEDAA
Tints of Madang #BAEDAA
RGB
CMYK
RGB Variations
Color information
#BAEDAA (or 0xBAEDAA) is known color: Madang. HEX triplet: BA, ED and AA. RGB value is (186,237,170). Sum of RGB (Red+Green+Blue) = 186+237+170=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEDAA is #451255. Grayscale: #D6D6D6. Windows color (decimal): -4526678 or 11201978. OLE color: 11201978.
HSL color Cylindrical-coordinate representation of color #BAEDAA: hue angle of 105.67º degrees, saturation: 0.65, 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 #BAEDAA is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 170 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.07 |
| HSL | 105.67º | 0.65% | 0.8% | - |
| HSV(B) | 105.67º | 0.28% | 0.93% | - |
| XYZ | 57.79 | 73.91 | 49.25 | - |
| YUV | 214.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 170 | 0.22 | 0 | 0.28 | 0.07 | 105.67 | 0.65 | 0.8 |
| Hex | BA | ED | AA | 16 | 0 | 1C | 7 | 6A | 41 | 50 |
| Octal | 272 | 355 | 252 | 26 | 0 | 34 | 7 | 152 | 101 | 120 |
| Binary | 10111010 | 11101101 | 10101010 | 10110 | 0 | 11100 | 111 | 1101010 | 1000001 | 1010000 |
Color Harmonies of #BAEDAA
Complementary color
Monochromatic Colors of #BAEDAA
Black with #BAEDAA
Text Example
Text Example
White with #BAEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDAA; }
p { color: rgb(186,237,170); }
H1.HeaderClassName
{
color: #BAEDAA;
}
.AnyTagClassName
{
color: #BAEDAA;
}
</style>
background-color css
<style>
a { background-color: #BAEDAA; }
a { background-color: rgb(186,237,170); }
div.DivClassName
{
background-color: #BAEDAA;
}
.BgClassName
{
background-color: #BAEDAA;
}
</style>
border-color css
<style>
span { border-color: #BAEDAA; }
span { border-color: rgb(186,237,170); }
td.TdClassName
{
border-color: #BAEDAA;
}
.TagClassName
{
border-color: #BAEDAA;
}
</style>