#82B080

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

Shades of Dark Sea Green #82B080

Tints of Dark Sea Green #82B080

Color information

#82B080 (or 0x82B080) is unknown color: approx Dark Sea Green. HEX triplet: 82, B0 and 80. RGB value is (130,176,128). Sum of RGB (Red+Green+Blue) = 130+176+128=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #82B080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B080 is #7D4F7F. Grayscale: #9C9C9C. Windows color (decimal): -8212352 or 8433794. OLE color: 8433794.

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

Color convert

RGB130176128-
CMYK0.2600.270.31
HSL117.5º23.3%59.61%-
HSV(B)117.5º27.27%69.02%-
XYZ28.6337.3626.12-
YUV156.77111.76108.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=29.95%
G=40.55%
B=29.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301761280.2600.270.31117.523.359.61
Hex82B0801A01B1F75173c
Octal20226020032033371652774
Binary1000001010110000100000001101001101111111111010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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