#B5DEAC

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

Shades of Madang #B5DEAC

Tints of Madang #B5DEAC

Color information

#B5DEAC (or 0xB5DEAC) is unknown color: approx Madang. HEX triplet: B5, DE and AC. RGB value is (181,222,172). Sum of RGB (Red+Green+Blue) = 181+222+172=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DEAC is #4A2153. Grayscale: #CCCCCC. Windows color (decimal): -4858196 or 11329205. OLE color: 11329205.

HSL color Cylindrical-coordinate representation of color #B5DEAC: hue angle of 109.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5DEAC is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB181222172-
CMYK0.1800.230.13
HSL109.2º43.1%77.25%-
HSV(B)109.2º22.52%87.06%-
XYZ52.6265.0448.81-
YUV204.04109.92111.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=31.48%
G=38.61%
B=29.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812221720.1800.230.13109.243.177.25
HexB5DEAC12017D6d2b4d
Octal265336254220271515553115
Binary10110101110111101010110010010010111110111011011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEAC; }

 p { color: rgb(181,222,172); }

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

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

 a { background-color: rgb(181,222,172); }

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

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

 span { border-color: rgb(181,222,172); }

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