#B6DBAF

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

Shades of Madang #B6DBAF

Tints of Madang #B6DBAF

Color information

#B6DBAF (or 0xB6DBAF) is unknown color: approx Madang. HEX triplet: B6, DB and AF. RGB value is (182,219,175). Sum of RGB (Red+Green+Blue) = 182+219+175=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DBAF is #492450. Grayscale: #CBCBCB. Windows color (decimal): -4793425 or 11525046. OLE color: 11525046.

HSL color Cylindrical-coordinate representation of color #B6DBAF: hue angle of 110.45º 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 #B6DBAF is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB182219175-
CMYK0.1700.200.14
HSL110.45º37.93%77.25%-
HSV(B)110.45º20.09%85.88%-
XYZ52.3663.750.09-
YUV202.92112.24113.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=31.60%
G=38.02%
B=30.38%

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
Decimal1822191750.1700.200.14110.4537.9377.25
HexB6DBAF11014E6e264d
Octal266333257210241615646115
Binary10110110110110111010111110001010100111011011101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBAF; }

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

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

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

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

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

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

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

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