Html Css Color HEX #82B082 Dark Sea Green

📋 copy color: '#82B082'

red 130 ◦ green 176 ◦ blue 130

#82B082
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #82B082

Tints of Dark Sea Green #82B082

RGB

 RED value IS 130 (51.17% from 255) = 29.82%

 GREEN value IS 176 (69.14% from 255) = 40.37%

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 29.82%
G = 40.37%
B = 29.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#82B082 (or 0x82B082) is known color: Dark Sea Green. HEX triplet: 82, B0 and 82. RGB value is (130,176,130). Sum of RGB (Red+Green+Blue) = 130+176+130=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #82B082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B082 is #7D4F7D. Grayscale: #9D9D9D. Windows color (decimal): -8212350 or 8564866. OLE color: 8564866.

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

Color convert

RGB 130 176 130 -
CMYK 0.26 0 0.26 0.31
HSL 120º 0.23% 0.6% -
HSV(B) 120º 0.26% 0.69% -
XYZ 28.76 37.41 26.82 -
YUV 157 112.76 108.74 -
System Red Green Blue C M Y K H S L
Decimal 130 176 130 0.26 0 0.26 0.31 120 0.23 0.6
Hex 82 B0 82 1A 0 1A 1F 78 17 3C
Octal 202 260 202 32 0 32 37 170 27 74
Binary 10000010 10110000 10000010 11010 0 11010 11111 1111000 10111 111100

Color Harmonies of #82B082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B082

Black with #82B082

Text Example


Text Example

White with #82B082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82B082;
 }
 .AnyTagClassName
 {
   color: #82B082;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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