Shades of Madang #BEEEA0
Tints of Madang #BEEEA0
RGB
CMYK
RGB Variations
Color information
#BEEEA0 (or 0xBEEEA0) is known color: Madang. HEX triplet: BE, EE and A0. RGB value is (190,238,160). Sum of RGB (Red+Green+Blue) = 190+238+160=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEEA0 is #41115F. Grayscale: #D7D7D7. Windows color (decimal): -4264288 or 10546878. OLE color: 10546878.
HSL color Cylindrical-coordinate representation of color #BEEEA0: hue angle of 96.92º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEEEA0 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 160 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.07 |
| HSL | 96.92º | 0.7% | 0.78% | - |
| HSV(B) | 96.92º | 0.33% | 0.93% | - |
| XYZ | 58.15 | 74.63 | 44.6 | - |
| YUV | 214.76 | 97.1 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 160 | 0.20 | 0 | 0.33 | 0.07 | 96.92 | 0.7 | 0.78 |
| Hex | BE | EE | A0 | 14 | 0 | 21 | 7 | 61 | 46 | 4E |
| Octal | 276 | 356 | 240 | 24 | 0 | 41 | 7 | 141 | 106 | 116 |
| Binary | 10111110 | 11101110 | 10100000 | 10100 | 0 | 100001 | 111 | 1100001 | 1000110 | 1001110 |
Color Harmonies of #BEEEA0
Complementary color
Monochromatic Colors of #BEEEA0
Black with #BEEEA0
Text Example
Text Example
White with #BEEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEA0; }
p { color: rgb(190,238,160); }
H1.HeaderClassName
{
color: #BEEEA0;
}
.AnyTagClassName
{
color: #BEEEA0;
}
</style>
background-color css
<style>
a { background-color: #BEEEA0; }
a { background-color: rgb(190,238,160); }
div.DivClassName
{
background-color: #BEEEA0;
}
.BgClassName
{
background-color: #BEEEA0;
}
</style>
border-color css
<style>
span { border-color: #BEEEA0; }
span { border-color: rgb(190,238,160); }
td.TdClassName
{
border-color: #BEEEA0;
}
.TagClassName
{
border-color: #BEEEA0;
}
</style>