#82AA92

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

Shades of Padua #82AA92

Tints of Padua #82AA92

Color information

#82AA92 (or 0x82AA92) is unknown color: approx Padua. HEX triplet: 82, AA and 92. RGB value is (130,170,146). Sum of RGB (Red+Green+Blue) = 130+170+146=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AA92 is #7D556D. Grayscale: #9B9B9B. Windows color (decimal): -8213870 or 9611906. OLE color: 9611906.

HSL color Cylindrical-coordinate representation of color #82AA92: hue angle of 144º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AA92 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB130170146-
CMYK0.2400.140.33
HSL144º19.05%58.82%-
HSV(B)144º23.53%66.67%-
XYZ28.7735.5732.54-
YUV155.3122.75109.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.15%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 146 (57.42% from 255) = 32.74%
R=29.15%
G=38.12%
B=32.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701460.2400.140.3314419.0558.82
Hex82AA92180E2190133b
Octal20225222230016412202373
Binary10000010101010101001001011000011101000011001000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,170,146); }

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

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

 a { background-color: rgb(130,170,146); }

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

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

 span { border-color: rgb(130,170,146); }

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