#82B083

Color #82B083 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #82B083

Tints of Dark Sea Green #82B083

Color information

#82B083 (or 0x82B083) is unknown color: approx Dark Sea Green. HEX triplet: 82, B0 and 83. RGB value is (130,176,131). Sum of RGB (Red+Green+Blue) = 130+176+131=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #82B083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B083 is #7D4F7C. Grayscale: #9D9D9D. Windows color (decimal): -8212349 or 8630402. OLE color: 8630402.

HSL color Cylindrical-coordinate representation of color #82B083: hue angle of 121.3º 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 #82B083 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB130176131-
CMYK0.2600.260.31
HSL121.3º22.55%60%-
HSV(B)121.3º26.14%69.02%-
XYZ28.8337.4427.18-
YUV157.12113.26108.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 131 (51.56% from 255) = 29.98%
R=29.75%
G=40.27%
B=29.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301761310.2600.260.31121.322.5560
Hex82B0831A01A1F79173c
Octal20226020332032371712774
Binary1000001010110000100000111101001101011111111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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