#B8EFA0

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

Shades of Madang #B8EFA0

Tints of Madang #B8EFA0

Color information

#B8EFA0 (or 0xB8EFA0) is unknown color: approx Madang. HEX triplet: B8, EF and A0. RGB value is (184,239,160). Sum of RGB (Red+Green+Blue) = 184+239+160=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8EFA0 is #47105F. Grayscale: #D5D5D5. Windows color (decimal): -4657248 or 10547128. OLE color: 10547128.

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

Color convert

RGB184239160-
CMYK0.2300.330.06
HSL101.77º71.17%78.24%-
HSV(B)101.77º33.05%93.73%-
XYZ56.9874.4644.63-
YUV213.5597.78106.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.56%
GREEN value IS 239 (93.75% from 255) = 40.99%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=31.56%
G=40.99%
B=27.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842391600.2300.330.06101.7771.1778.24
HexB8EFA017021666474e
Octal270357240270416146107116
Binary101110001110111110100000101110100001110110011010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFA0; }

 p { color: rgb(184,239,160); }

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

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

 a { background-color: rgb(184,239,160); }

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

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

 span { border-color: rgb(184,239,160); }

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