Shades of Madang #BEEEA8
Tints of Madang #BEEEA8
RGB
CMYK
RGB Variations
Color information
#BEEEA8 (or 0xBEEEA8) is known color: Madang. HEX triplet: BE, EE and A8. RGB value is (190,238,168). Sum of RGB (Red+Green+Blue) = 190+238+168=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEEA8 is #411157. Grayscale: #D7D7D7. Windows color (decimal): -4264280 or 11071166. OLE color: 11071166.
HSL color Cylindrical-coordinate representation of color #BEEEA8: hue angle of 101.14º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEEEA8 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 168 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.07 |
| HSL | 101.14º | 0.67% | 0.8% | - |
| HSV(B) | 101.14º | 0.29% | 0.93% | - |
| XYZ | 58.88 | 74.92 | 48.4 | - |
| YUV | 215.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 168 | 0.20 | 0 | 0.29 | 0.07 | 101.14 | 0.67 | 0.8 |
| Hex | BE | EE | A8 | 14 | 0 | 1D | 7 | 65 | 43 | 50 |
| Octal | 276 | 356 | 250 | 24 | 0 | 35 | 7 | 145 | 103 | 120 |
| Binary | 10111110 | 11101110 | 10101000 | 10100 | 0 | 11101 | 111 | 1100101 | 1000011 | 1010000 |
Color Harmonies of #BEEEA8
Complementary color
Monochromatic Colors of #BEEEA8
Black with #BEEEA8
Text Example
Text Example
White with #BEEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEA8; }
p { color: rgb(190,238,168); }
H1.HeaderClassName
{
color: #BEEEA8;
}
.AnyTagClassName
{
color: #BEEEA8;
}
</style>
background-color css
<style>
a { background-color: #BEEEA8; }
a { background-color: rgb(190,238,168); }
div.DivClassName
{
background-color: #BEEEA8;
}
.BgClassName
{
background-color: #BEEEA8;
}
</style>
border-color css
<style>
span { border-color: #BEEEA8; }
span { border-color: rgb(190,238,168); }
td.TdClassName
{
border-color: #BEEEA8;
}
.TagClassName
{
border-color: #BEEEA8;
}
</style>