#84B79D

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

Shades of Padua #84B79D

Tints of Padua #84B79D

Color information

#84B79D (or 0x84B79D) is unknown color: approx Padua. HEX triplet: 84, B7 and 9D. RGB value is (132,183,157). Sum of RGB (Red+Green+Blue) = 132+183+157=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #84B79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B79D is #7B4862. Grayscale: #A4A4A4. Windows color (decimal): -8079459 or 10336132. OLE color: 10336132.

HSL color Cylindrical-coordinate representation of color #84B79D: hue angle of 149.41º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B79D is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB132183157-
CMYK0.2800.140.28
HSL149.41º26.15%61.76%-
HSV(B)149.41º27.87%71.76%-
XYZ32.5441.2138.14-
YUV164.79123.6104.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=27.97%
G=38.77%
B=33.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321831570.2800.140.28149.4126.1561.76
Hex84B79D1C0E1C951a3e
Octal20426723534016342253276
Binary1000010010110111100111011110001110111001001010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,183,157); }

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

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

 a { background-color: rgb(132,183,157); }

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

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

 span { border-color: rgb(132,183,157); }

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