#82B293

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

Shades of Padua #82B293

Tints of Padua #82B293

Color information

#82B293 (or 0x82B293) is unknown color: approx Padua. HEX triplet: 82, B2 and 93. RGB value is (130,178,147). Sum of RGB (Red+Green+Blue) = 130+178+147=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #82B293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B293 is #7D4D6C. Grayscale: #A0A0A0. Windows color (decimal): -8211821 or 9679490. OLE color: 9679490.

HSL color Cylindrical-coordinate representation of color #82B293: hue angle of 141.25º 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 #82B293 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB130178147-
CMYK0.2700.170.30
HSL141.25º23.76%60.39%-
HSV(B)141.25º26.97%69.8%-
XYZ30.3938.6933.47-
YUV160.11120.6106.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=28.57%
G=39.12%
B=32.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301781470.2700.170.30141.2523.7660.39
Hex82B2931B0111E8d183c
Octal20226222333021362153074
Binary10000010101100101001001111011010001111101000110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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