#82C1A2

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

Shades of Padua #82C1A2

Tints of Padua #82C1A2

Color information

#82C1A2 (or 0x82C1A2) is unknown color: approx Padua. HEX triplet: 82, C1 and A2. RGB value is (130,193,162). Sum of RGB (Red+Green+Blue) = 130+193+162=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #82C1A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C1A2 is #7D3E5D. Grayscale: #AAAAAA. Windows color (decimal): -8207966 or 10666370. OLE color: 10666370.

HSL color Cylindrical-coordinate representation of color #82C1A2: hue angle of 150.48º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C1A2 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB130193162-
CMYK0.3300.160.24
HSL150.48º33.69%63.33%-
HSV(B)150.48º32.64%75.69%-
XYZ34.845.4941.13-
YUV170.63123.1399.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 162 (63.67% from 255) = 33.40%
R=26.80%
G=39.79%
B=33.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301931620.3300.160.24150.4833.6963.33
Hex82C1A2210101896223f
Octal20230124241020302264277
Binary1000001011000001101000101000010100001100010010110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,193,162); }

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

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

 a { background-color: rgb(130,193,162); }

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

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

 span { border-color: rgb(130,193,162); }

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