#B5DAAE

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

Shades of Madang #B5DAAE

Tints of Madang #B5DAAE

Color information

#B5DAAE (or 0xB5DAAE) is unknown color: approx Madang. HEX triplet: B5, DA and AE. RGB value is (181,218,174). Sum of RGB (Red+Green+Blue) = 181+218+174=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DAAE is #4A2551. Grayscale: #CACACA. Windows color (decimal): -4859218 or 11459253. OLE color: 11459253.

HSL color Cylindrical-coordinate representation of color #B5DAAE: hue angle of 110.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5DAAE is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB181218174-
CMYK0.1700.200.15
HSL110.45º37.29%76.86%-
HSV(B)110.45º20.18%85.49%-
XYZ51.7763.0249.48-
YUV201.92112.24113.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=31.59%
G=38.05%
B=30.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181740.1700.200.15110.4537.2976.86
HexB5DAAE11014F6e254d
Octal265332256210241715645115
Binary10110101110110101010111010001010100111111011101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DAAE; }

 p { color: rgb(181,218,174); }

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

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

 a { background-color: rgb(181,218,174); }

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

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

 span { border-color: rgb(181,218,174); }

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