#B8EFA8

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

Shades of Madang #B8EFA8

Tints of Madang #B8EFA8

Color information

#B8EFA8 (or 0xB8EFA8) is unknown color: approx Madang. HEX triplet: B8, EF and A8. RGB value is (184,239,168). Sum of RGB (Red+Green+Blue) = 184+239+168=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8EFA8 is #471057. Grayscale: #D6D6D6. Windows color (decimal): -4657240 or 11071416. OLE color: 11071416.

HSL color Cylindrical-coordinate representation of color #B8EFA8: hue angle of 106.48º 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 #B8EFA8 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB184239168-
CMYK0.2300.300.06
HSL106.48º68.93%79.8%-
HSV(B)106.48º29.71%93.73%-
XYZ57.774.7548.43-
YUV214.46101.78106.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.13%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 168 (66.02% from 255) = 28.43%
R=31.13%
G=40.44%
B=28.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842391680.2300.300.06106.4868.9379.8
HexB8EFA81701E66a4550
Octal270357250270366152105120
Binary10111000111011111010100010111011110110110101010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFA8; }

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

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

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

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

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

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

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

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