#84B39A

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

Shades of Padua #84B39A

Tints of Padua #84B39A

Color information

#84B39A (or 0x84B39A) is unknown color: approx Padua. HEX triplet: 84, B3 and 9A. RGB value is (132,179,154). Sum of RGB (Red+Green+Blue) = 132+179+154=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #84B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B39A is #7B4C65. Grayscale: #A2A2A2. Windows color (decimal): -8080486 or 10138500. OLE color: 10138500.

HSL color Cylindrical-coordinate representation of color #84B39A: hue angle of 148.09º degrees, saturation: 0.24, 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 #84B39A is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB132179154-
CMYK0.2600.140.30
HSL148.09º23.62%60.98%-
HSV(B)148.09º26.26%70.2%-
XYZ31.4739.4836.53-
YUV162.1123.43106.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 179 (70.31% from 255) = 38.49%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=28.39%
G=38.49%
B=33.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321791540.2600.140.30148.0923.6260.98
Hex84B39A1A0E1E94183d
Octal20426323232016362243075
Binary1000010010110011100110101101001110111101001010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,179,154); }

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

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

 a { background-color: rgb(132,179,154); }

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

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

 span { border-color: rgb(132,179,154); }

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