Html Css Color HEX #82B686 Dark Sea Green

📋 copy color: '#82B686'

red 130 ◦ green 182 ◦ blue 134

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

Shades of Dark Sea Green #82B686

Tints of Dark Sea Green #82B686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.81%

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

R = 29.15%
G = 40.81%
B = 30.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#82B686 (or 0x82B686) is known color: Dark Sea Green. HEX triplet: 82, B6 and 86. RGB value is (130,182,134). Sum of RGB (Red+Green+Blue) = 130+182+134=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #82B686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B686 is #7D4979. Grayscale: #A1A1A1. Windows color (decimal): -8210810 or 8828546. OLE color: 8828546.

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

Color convert

RGB 130 182 134 -
CMYK 0.29 0 0.26 0.29
HSL 124.62º 0.26% 0.61% -
HSV(B) 124.62º 0.29% 0.71% -
XYZ 30.24 39.92 28.67 -
YUV 160.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 130 182 134 0.29 0 0.26 0.29 124.62 0.26 0.61
Hex 82 B6 86 1D 0 1A 1D 7D 1A 3D
Octal 202 266 206 35 0 32 35 175 32 75
Binary 10000010 10110110 10000110 11101 0 11010 11101 1111101 11010 111101

Color Harmonies of #82B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B686

Black with #82B686

Text Example


Text Example

White with #82B686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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