#84B29C

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

Shades of Padua #84B29C

Tints of Padua #84B29C

Color information

#84B29C (or 0x84B29C) is unknown color: approx Padua. HEX triplet: 84, B2 and 9C. RGB value is (132,178,156). Sum of RGB (Red+Green+Blue) = 132+178+156=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #84B29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B29C is #7B4D63. Grayscale: #A1A1A1. Windows color (decimal): -8080740 or 10269316. OLE color: 10269316.

HSL color Cylindrical-coordinate representation of color #84B29C: hue angle of 151.3º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B29C is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB132178156-
CMYK0.2600.120.30
HSL151.3º23%60.78%-
HSV(B)151.3º25.84%69.8%-
XYZ31.4439.1537.35-
YUV161.74124.76106.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=28.33%
G=38.20%
B=33.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321781560.2600.120.30151.32360.78
Hex84B29C1A0C1E97173d
Octal20426223432014362272775
Binary1000010010110010100111001101001100111101001011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B29C; }

 p { color: rgb(132,178,156); }

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

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

 a { background-color: rgb(132,178,156); }

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

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

 span { border-color: rgb(132,178,156); }

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