#B3DCAC

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

Shades of Madang #B3DCAC

Tints of Madang #B3DCAC

Color information

#B3DCAC (or 0xB3DCAC) is unknown color: approx Madang. HEX triplet: B3, DC and AC. RGB value is (179,220,172). Sum of RGB (Red+Green+Blue) = 179+220+172=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DCAC is #4C2353. Grayscale: #CACACA. Windows color (decimal): -4989780 or 11328691. OLE color: 11328691.

HSL color Cylindrical-coordinate representation of color #B3DCAC: hue angle of 111.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3DCAC is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB179220172-
CMYK0.1900.220.14
HSL111.25º40.68%76.86%-
HSV(B)111.25º21.82%86.27%-
XYZ51.6363.7548.61-
YUV202.27110.92111.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=31.35%
G=38.53%
B=30.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792201720.1900.220.14111.2540.6876.86
HexB3DCAC13016E6f294d
Octal263334254230261615751115
Binary10110011110111001010110010011010110111011011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCAC; }

 p { color: rgb(179,220,172); }

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

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

 a { background-color: rgb(179,220,172); }

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

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

 span { border-color: rgb(179,220,172); }

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