#82B997

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

Shades of Padua #82B997

Tints of Padua #82B997

Color information

#82B997 (or 0x82B997) is unknown color: approx Padua. HEX triplet: 82, B9 and 97. RGB value is (130,185,151). Sum of RGB (Red+Green+Blue) = 130+185+151=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #82B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B997 is #7D4668. Grayscale: #A4A4A4. Windows color (decimal): -8210025 or 9943426. OLE color: 9943426.

HSL color Cylindrical-coordinate representation of color #82B997: hue angle of 142.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82B997 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB130185151-
CMYK0.3000.180.27
HSL142.91º28.21%61.76%-
HSV(B)142.91º29.73%72.55%-
XYZ32.1441.6835.63-
YUV164.68120.28103.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=27.90%
G=39.70%
B=32.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301851510.3000.180.27142.9128.2161.76
Hex82B9971E0121B8f1c3e
Octal20227122736022332173476
Binary10000010101110011001011111110010010110111000111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,185,151); }

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

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

 a { background-color: rgb(130,185,151); }

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

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

 span { border-color: rgb(130,185,151); }

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