Html Css Color HEX #82B986 Dark Sea Green

📋 copy color: '#82B986'

red 130 ◦ green 185 ◦ blue 134

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

Shades of Dark Sea Green #82B986

Tints of Dark Sea Green #82B986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.2%

 BLUE value IS 134 (52.73% from 255) = 29.84%

R = 28.95%
G = 41.2%
B = 29.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#82B986 (or 0x82B986) is known color: Dark Sea Green. HEX triplet: 82, B9 and 86. RGB value is (130,185,134). Sum of RGB (Red+Green+Blue) = 130+185+134=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #82B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B986 is #7D4679. Grayscale: #A2A2A2. Windows color (decimal): -8210042 or 8829314. OLE color: 8829314.

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

Color convert

RGB 130 185 134 -
CMYK 0.30 0 0.28 0.27
HSL 124.36º 0.28% 0.62% -
HSV(B) 124.36º 0.3% 0.73% -
XYZ 30.86 41.16 28.87 -
YUV 162.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 130 185 134 0.30 0 0.28 0.27 124.36 0.28 0.62
Hex 82 B9 86 1E 0 1C 1B 7C 1C 3E
Octal 202 271 206 36 0 34 33 174 34 76
Binary 10000010 10111001 10000110 11110 0 11100 11011 1111100 11100 111110

Color Harmonies of #82B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B986

Black with #82B986

Text Example


Text Example

White with #82B986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,185,134); }

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

background-color css

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

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

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

border-color css

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

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

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