#82B39D

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

Shades of Padua #82B39D

Tints of Padua #82B39D

Color information

#82B39D (or 0x82B39D) is unknown color: approx Padua. HEX triplet: 82, B3 and 9D. RGB value is (130,179,157). Sum of RGB (Red+Green+Blue) = 130+179+157=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #82B39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B39D is #7D4C62. Grayscale: #A1A1A1. Windows color (decimal): -8211555 or 10335106. OLE color: 10335106.

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

Color convert

RGB130179157-
CMYK0.2700.120.30
HSL153.06º24.38%60.59%-
HSV(B)153.06º27.37%70.2%-
XYZ31.4139.4237.85-
YUV161.84125.27105.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=27.90%
G=38.41%
B=33.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301791570.2700.120.30153.0624.3860.59
Hex82B39D1B0C1E99183d
Octal20226323533014362313075
Binary1000001010110011100111011101101100111101001100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82B39D; }

 p { color: rgb(130,179,157); }

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

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

 a { background-color: rgb(130,179,157); }

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

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

 span { border-color: rgb(130,179,157); }

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