Shades of Madang #BEEAAF
Tints of Madang #BEEAAF
RGB
CMYK
RGB Variations
Color information
#BEEAAF (or 0xBEEAAF) is known color: Madang. HEX triplet: BE, EA and AF. RGB value is (190,234,175). Sum of RGB (Red+Green+Blue) = 190+234+175=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEAAF is #411550. Grayscale: #D6D6D6. Windows color (decimal): -4265297 or 11528894. OLE color: 11528894.
HSL color Cylindrical-coordinate representation of color #BEEAAF: hue angle of 104.75º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEEAAF is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 175 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.08 |
| HSL | 104.75º | 0.58% | 0.8% | - |
| HSV(B) | 104.75º | 0.25% | 0.92% | - |
| XYZ | 58.4 | 72.89 | 51.55 | - |
| YUV | 214.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 175 | 0.19 | 0 | 0.25 | 0.08 | 104.75 | 0.58 | 0.8 |
| Hex | BE | EA | AF | 13 | 0 | 19 | 8 | 69 | 3A | 50 |
| Octal | 276 | 352 | 257 | 23 | 0 | 31 | 10 | 151 | 72 | 120 |
| Binary | 10111110 | 11101010 | 10101111 | 10011 | 0 | 11001 | 1000 | 1101001 | 111010 | 1010000 |
Color Harmonies of #BEEAAF
Complementary color
Monochromatic Colors of #BEEAAF
Black with #BEEAAF
Text Example
Text Example
White with #BEEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAAF; }
p { color: rgb(190,234,175); }
H1.HeaderClassName
{
color: #BEEAAF;
}
.AnyTagClassName
{
color: #BEEAAF;
}
</style>
background-color css
<style>
a { background-color: #BEEAAF; }
a { background-color: rgb(190,234,175); }
div.DivClassName
{
background-color: #BEEAAF;
}
.BgClassName
{
background-color: #BEEAAF;
}
</style>
border-color css
<style>
span { border-color: #BEEAAF; }
span { border-color: rgb(190,234,175); }
td.TdClassName
{
border-color: #BEEAAF;
}
.TagClassName
{
border-color: #BEEAAF;
}
</style>