#84B69D

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

Shades of Padua #84B69D

Tints of Padua #84B69D

Color information

#84B69D (or 0x84B69D) is unknown color: approx Padua. HEX triplet: 84, B6 and 9D. RGB value is (132,182,157). Sum of RGB (Red+Green+Blue) = 132+182+157=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #84B69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B69D is #7B4962. Grayscale: #A4A4A4. Windows color (decimal): -8079715 or 10335876. OLE color: 10335876.

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

Color convert

RGB132182157-
CMYK0.2700.140.29
HSL150º25.51%61.57%-
HSV(B)150º27.47%71.37%-
XYZ32.3340.838.07-
YUV164.2123.94105.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.03%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 157 (61.72% from 255) = 33.33%
R=28.03%
G=38.64%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321821570.2700.140.2915025.5161.57
Hex84B69D1B0E1D961a3e
Octal20426623533016352263276
Binary1000010010110110100111011101101110111011001011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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