#82B099

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

Shades of Padua #82B099

Tints of Padua #82B099

Color information

#82B099 (or 0x82B099) is unknown color: approx Padua. HEX triplet: 82, B0 and 99. RGB value is (130,176,153). Sum of RGB (Red+Green+Blue) = 130+176+153=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #82B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B099 is #7D4F66. Grayscale: #9F9F9F. Windows color (decimal): -8212327 or 10072194. OLE color: 10072194.

HSL color Cylindrical-coordinate representation of color #82B099: hue angle of 150º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82B099 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB130176153-
CMYK0.2600.130.31
HSL150º22.55%60%-
HSV(B)150º26.14%69.02%-
XYZ30.4838.135.88-
YUV159.62124.26106.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=28.32%
G=38.34%
B=33.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301761530.2600.130.3115022.5560
Hex82B0991A0D1F96173c
Octal20226023132015372262774
Binary1000001010110000100110011101001101111111001011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,176,153); }

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

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

 a { background-color: rgb(130,176,153); }

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

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

 span { border-color: rgb(130,176,153); }

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