#B0EFA8

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

Shades of Madang #B0EFA8

Tints of Madang #B0EFA8

Color information

#B0EFA8 (or 0xB0EFA8) is unknown color: approx Madang. HEX triplet: B0, EF and A8. RGB value is (176,239,168). Sum of RGB (Red+Green+Blue) = 176+239+168=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EFA8 is #4F1057. Grayscale: #D4D4D4. Windows color (decimal): -5181528 or 11071408. OLE color: 11071408.

HSL color Cylindrical-coordinate representation of color #B0EFA8: hue angle of 113.24º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0EFA8 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB176239168-
CMYK0.2600.300.06
HSL113.24º68.93%79.8%-
HSV(B)113.24º29.71%93.73%-
XYZ55.8473.7948.35-
YUV212.07103.13102.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 239 (93.75% from 255) = 40.99%
BLUE value IS 168 (66.02% from 255) = 28.82%
R=30.19%
G=40.99%
B=28.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762391680.2600.300.06113.2468.9379.8
HexB0EFA81A01E6714550
Octal260357250320366161105120
Binary10110000111011111010100011010011110110111000110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFA8; }

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

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

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

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

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

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

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

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