#B5EFAF

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

Shades of Madang #B5EFAF

Tints of Madang #B5EFAF

Color information

#B5EFAF (or 0xB5EFAF) is unknown color: approx Madang. HEX triplet: B5, EF and AF. RGB value is (181,239,175). Sum of RGB (Red+Green+Blue) = 181+239+175=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EFAF is #4A1050. Grayscale: #D6D6D6. Windows color (decimal): -4853841 or 11530165. OLE color: 11530165.

HSL color Cylindrical-coordinate representation of color #B5EFAF: hue angle of 114.37º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5EFAF is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB181239175-
CMYK0.2400.270.06
HSL114.37º66.67%81.18%-
HSV(B)114.37º26.78%93.73%-
XYZ57.6674.6551.93-
YUV214.36105.78104.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.42%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=30.42%
G=40.17%
B=29.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391750.2400.270.06114.3766.6781.18
HexB5EFAF1801B6724351
Octal265357257300336162103121
Binary10110101111011111010111111000011011110111001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EFAF; }

 p { color: rgb(181,239,175); }

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

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

 a { background-color: rgb(181,239,175); }

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

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

 span { border-color: rgb(181,239,175); }

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