#B5DBAF

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

Shades of Madang #B5DBAF

Tints of Madang #B5DBAF

Color information

#B5DBAF (or 0xB5DBAF) is unknown color: approx Madang. HEX triplet: B5, DB and AF. RGB value is (181,219,175). Sum of RGB (Red+Green+Blue) = 181+219+175=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DBAF is #4A2450. Grayscale: #CACACA. Windows color (decimal): -4858961 or 11525045. OLE color: 11525045.

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

Color convert

RGB181219175-
CMYK0.1700.200.14
HSL111.82º37.93%77.25%-
HSV(B)111.82º20.09%85.88%-
XYZ52.1363.5850.08-
YUV202.62112.41112.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=31.48%
G=38.09%
B=30.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191750.1700.200.14111.8237.9377.25
HexB5DBAF11014E70264d
Octal265333257210241616046115
Binary10110101110110111010111110001010100111011100001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBAF; }

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

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

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

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

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

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

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

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