#82B79A

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

Shades of Padua #82B79A

Tints of Padua #82B79A

Color information

#82B79A (or 0x82B79A) is unknown color: approx Padua. HEX triplet: 82, B7 and 9A. RGB value is (130,183,154). Sum of RGB (Red+Green+Blue) = 130+183+154=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #82B79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B79A is #7D4865. Grayscale: #A3A3A3. Windows color (decimal): -8210534 or 10139522. OLE color: 10139522.

HSL color Cylindrical-coordinate representation of color #82B79A: hue angle of 147.17º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82B79A is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB130183154-
CMYK0.2900.160.28
HSL147.17º26.9%61.37%-
HSV(B)147.17º28.96%71.76%-
XYZ31.9740.9536.79-
YUV163.85122.44103.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.84%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=27.84%
G=39.19%
B=32.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301831540.2900.160.28147.1726.961.37
Hex82B79A1D0101C931b3d
Octal20226723235020342233375
Binary10000010101101111001101011101010000111001001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,183,154); }

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

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

 a { background-color: rgb(130,183,154); }

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

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

 span { border-color: rgb(130,183,154); }

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