Shades of Madang #BEEAA5
Tints of Madang #BEEAA5
RGB
CMYK
RGB Variations
Color information
#BEEAA5 (or 0xBEEAA5) is known color: Madang. HEX triplet: BE, EA and A5. RGB value is (190,234,165). Sum of RGB (Red+Green+Blue) = 190+234+165=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEAA5 is #41155A. Grayscale: #D5D5D5. Windows color (decimal): -4265307 or 10873534. OLE color: 10873534.
HSL color Cylindrical-coordinate representation of color #BEEAA5: hue angle of 98.26º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEEAA5 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 165 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.08 |
| HSL | 98.26º | 0.62% | 0.78% | - |
| HSV(B) | 98.26º | 0.29% | 0.92% | - |
| XYZ | 57.45 | 72.51 | 46.57 | - |
| YUV | 212.98 | 100.92 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 165 | 0.19 | 0 | 0.29 | 0.08 | 98.26 | 0.62 | 0.78 |
| Hex | BE | EA | A5 | 13 | 0 | 1D | 8 | 62 | 3E | 4E |
| Octal | 276 | 352 | 245 | 23 | 0 | 35 | 10 | 142 | 76 | 116 |
| Binary | 10111110 | 11101010 | 10100101 | 10011 | 0 | 11101 | 1000 | 1100010 | 111110 | 1001110 |
Color Harmonies of #BEEAA5
Complementary color
Monochromatic Colors of #BEEAA5
Black with #BEEAA5
Text Example
Text Example
White with #BEEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAA5; }
p { color: rgb(190,234,165); }
H1.HeaderClassName
{
color: #BEEAA5;
}
.AnyTagClassName
{
color: #BEEAA5;
}
</style>
background-color css
<style>
a { background-color: #BEEAA5; }
a { background-color: rgb(190,234,165); }
div.DivClassName
{
background-color: #BEEAA5;
}
.BgClassName
{
background-color: #BEEAA5;
}
</style>
border-color css
<style>
span { border-color: #BEEAA5; }
span { border-color: rgb(190,234,165); }
td.TdClassName
{
border-color: #BEEAA5;
}
.TagClassName
{
border-color: #BEEAA5;
}
</style>