Shades of Madang #BEEAA7
Tints of Madang #BEEAA7
RGB
CMYK
RGB Variations
Color information
#BEEAA7 (or 0xBEEAA7) is known color: Madang. HEX triplet: BE, EA and A7. RGB value is (190,234,167). Sum of RGB (Red+Green+Blue) = 190+234+167=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEAA7 is #411558. Grayscale: #D5D5D5. Windows color (decimal): -4265305 or 11004606. OLE color: 11004606.
HSL color Cylindrical-coordinate representation of color #BEEAA7: hue angle of 99.4º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEEAA7 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 167 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.08 |
| HSL | 99.4º | 0.61% | 0.79% | - |
| HSV(B) | 99.4º | 0.29% | 0.92% | - |
| XYZ | 57.63 | 72.58 | 47.53 | - |
| YUV | 213.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 167 | 0.19 | 0 | 0.29 | 0.08 | 99.4 | 0.61 | 0.79 |
| Hex | BE | EA | A7 | 13 | 0 | 1D | 8 | 63 | 3D | 4F |
| Octal | 276 | 352 | 247 | 23 | 0 | 35 | 10 | 143 | 75 | 117 |
| Binary | 10111110 | 11101010 | 10100111 | 10011 | 0 | 11101 | 1000 | 1100011 | 111101 | 1001111 |
Color Harmonies of #BEEAA7
Complementary color
Monochromatic Colors of #BEEAA7
Black with #BEEAA7
Text Example
Text Example
White with #BEEAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAA7; }
p { color: rgb(190,234,167); }
H1.HeaderClassName
{
color: #BEEAA7;
}
.AnyTagClassName
{
color: #BEEAA7;
}
</style>
background-color css
<style>
a { background-color: #BEEAA7; }
a { background-color: rgb(190,234,167); }
div.DivClassName
{
background-color: #BEEAA7;
}
.BgClassName
{
background-color: #BEEAA7;
}
</style>
border-color css
<style>
span { border-color: #BEEAA7; }
span { border-color: rgb(190,234,167); }
td.TdClassName
{
border-color: #BEEAA7;
}
.TagClassName
{
border-color: #BEEAA7;
}
</style>