#82B295

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

Shades of Padua #82B295

Tints of Padua #82B295

Color information

#82B295 (or 0x82B295) is unknown color: approx Padua. HEX triplet: 82, B2 and 95. RGB value is (130,178,149). Sum of RGB (Red+Green+Blue) = 130+178+149=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #82B295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B295 is #7D4D6A. Grayscale: #A0A0A0. Windows color (decimal): -8211819 or 9810562. OLE color: 9810562.

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

Color convert

RGB130178149-
CMYK0.2700.160.30
HSL143.75º23.76%60.39%-
HSV(B)143.75º26.97%69.8%-
XYZ30.5538.7634.3-
YUV160.34121.6106.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 178 (69.92% from 255) = 38.95%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=28.45%
G=38.95%
B=32.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301781490.2700.160.30143.7523.7660.39
Hex82B2951B0101E90183c
Octal20226222533020362203074
Binary10000010101100101001010111011010000111101001000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,178,149); }

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

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

 a { background-color: rgb(130,178,149); }

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

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

 span { border-color: rgb(130,178,149); }

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