#B0EFA2

Color #B0EFA2 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #B0EFA2

Tints of Madang #B0EFA2

Color information

#B0EFA2 (or 0xB0EFA2) is unknown color: approx Madang. HEX triplet: B0, EF and A2. RGB value is (176,239,162). Sum of RGB (Red+Green+Blue) = 176+239+162=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EFA2 is #4F105D. Grayscale: #D3D3D3. Windows color (decimal): -5181534 or 10678192. OLE color: 10678192.

HSL color Cylindrical-coordinate representation of color #B0EFA2: hue angle of 109.09º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0EFA2 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB176239162-
CMYK0.2600.320.06
HSL109.09º70.64%78.63%-
HSV(B)109.09º32.22%93.73%-
XYZ55.2973.5745.47-
YUV211.38100.13102.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 30.50%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 162 (63.67% from 255) = 28.08%
R=30.50%
G=41.42%
B=28.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762391620.2600.320.06109.0970.6478.63
HexB0EFA21A02066d474f
Octal260357242320406155107117
Binary101100001110111110100010110100100000110110110110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFA2; }

 p { color: rgb(176,239,162); }

 H1.HeaderClassName
 {
   color: #B0EFA2;
 }
 .AnyTagClassName
 {
   color: #B0EFA2;
 }
</style>
background-color css

<style>
 a { background-color: #B0EFA2; }

 a { background-color: rgb(176,239,162); }

 div.DivClassName
 {
   background-color: #B0EFA2;
 }
 .BgClassName
 {
   background-color: #B0EFA2;
 }
</style>
border-color css

<style>
 span { border-color: #B0EFA2; }

 span { border-color: rgb(176,239,162); }

 td.TdClassName
 {
   border-color: #B0EFA2;
 }
 .TagClassName
 {
   border-color: #B0EFA2;
 }
</style>