#82B680

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

Shades of Dark Sea Green #82B680

Tints of Dark Sea Green #82B680

Color information

#82B680 (or 0x82B680) is unknown color: approx Dark Sea Green. HEX triplet: 82, B6 and 80. RGB value is (130,182,128). Sum of RGB (Red+Green+Blue) = 130+182+128=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #82B680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B680 is #7D497F. Grayscale: #A0A0A0. Windows color (decimal): -8210816 or 8435330. OLE color: 8435330.

HSL color Cylindrical-coordinate representation of color #82B680: hue angle of 117.78º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82B680 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB130182128-
CMYK0.2900.300.29
HSL117.78º27%60.78%-
HSV(B)117.78º29.67%71.37%-
XYZ29.8339.7626.52-
YUV160.3109.77106.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 182 (71.48% from 255) = 41.36%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=29.55%
G=41.36%
B=29.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301821280.2900.300.29117.782760.78
Hex82B6801D01E1D761b3d
Octal20226620035036351663375
Binary1000001010110110100000001110101111011101111011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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