Html Css Color HEX #82B081 Dark Sea Green

📋 copy color: '#82B081'

red 130 ◦ green 176 ◦ blue 129

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

Shades of Dark Sea Green #82B081

Tints of Dark Sea Green #82B081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.66%

R = 29.89%
G = 40.46%
B = 29.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#82B081 (or 0x82B081) is known color: Dark Sea Green. HEX triplet: 82, B0 and 81. RGB value is (130,176,129). Sum of RGB (Red+Green+Blue) = 130+176+129=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #82B081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B081 is #7D4F7E. Grayscale: #9D9D9D. Windows color (decimal): -8212351 or 8499330. OLE color: 8499330.

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

Color convert

RGB 130 176 129 -
CMYK 0.26 0 0.27 0.31
HSL 118.72º 0.23% 0.6% -
HSV(B) 118.72º 0.27% 0.69% -
XYZ 28.69 37.38 26.47 -
YUV 156.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 130 176 129 0.26 0 0.27 0.31 118.72 0.23 0.6
Hex 82 B0 81 1A 0 1B 1F 77 17 3C
Octal 202 260 201 32 0 33 37 167 27 74
Binary 10000010 10110000 10000001 11010 0 11011 11111 1110111 10111 111100

Color Harmonies of #82B081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B081

Black with #82B081

Text Example


Text Example

White with #82B081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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