Shades of Madang #BEEAA1
Tints of Madang #BEEAA1
RGB
CMYK
RGB Variations
Color information
#BEEAA1 (or 0xBEEAA1) is known color: Madang. HEX triplet: BE, EA and A1. RGB value is (190,234,161). Sum of RGB (Red+Green+Blue) = 190+234+161=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEAA1 is #41155E. Grayscale: #D4D4D4. Windows color (decimal): -4265311 or 10611390. OLE color: 10611390.
HSL color Cylindrical-coordinate representation of color #BEEAA1: hue angle of 96.16º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEEAA1 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 161 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.08 |
| HSL | 96.16º | 0.63% | 0.77% | - |
| HSV(B) | 96.16º | 0.31% | 0.92% | - |
| XYZ | 57.09 | 72.37 | 44.68 | - |
| YUV | 212.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 161 | 0.19 | 0 | 0.31 | 0.08 | 96.16 | 0.63 | 0.77 |
| Hex | BE | EA | A1 | 13 | 0 | 1F | 8 | 60 | 3F | 4D |
| Octal | 276 | 352 | 241 | 23 | 0 | 37 | 10 | 140 | 77 | 115 |
| Binary | 10111110 | 11101010 | 10100001 | 10011 | 0 | 11111 | 1000 | 1100000 | 111111 | 1001101 |
Color Harmonies of #BEEAA1
Complementary color
Monochromatic Colors of #BEEAA1
Black with #BEEAA1
Text Example
Text Example
White with #BEEAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAA1; }
p { color: rgb(190,234,161); }
H1.HeaderClassName
{
color: #BEEAA1;
}
.AnyTagClassName
{
color: #BEEAA1;
}
</style>
background-color css
<style>
a { background-color: #BEEAA1; }
a { background-color: rgb(190,234,161); }
div.DivClassName
{
background-color: #BEEAA1;
}
.BgClassName
{
background-color: #BEEAA1;
}
</style>
border-color css
<style>
span { border-color: #BEEAA1; }
span { border-color: rgb(190,234,161); }
td.TdClassName
{
border-color: #BEEAA1;
}
.TagClassName
{
border-color: #BEEAA1;
}
</style>