Html Css Color HEX #82B17E Dark Sea Green

📋 copy color: '#82B17E'

red 130 ◦ green 177 ◦ blue 126

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

Shades of Dark Sea Green #82B17E

Tints of Dark Sea Green #82B17E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 30.02%
G = 40.88%
B = 29.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#82B17E (or 0x82B17E) is known color: Dark Sea Green. HEX triplet: 82, B1 and 7E. RGB value is (130,177,126). Sum of RGB (Red+Green+Blue) = 130+177+126=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #82B17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B17E is #7D4E81. Grayscale: #9D9D9D. Windows color (decimal): -8212098 or 8302978. OLE color: 8302978.

HSL color Cylindrical-coordinate representation of color #82B17E: hue angle of 115.29º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82B17E is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 177 126 -
CMYK 0.27 0 0.29 0.31
HSL 115.29º 0.25% 0.59% -
HSV(B) 115.29º 0.29% 0.69% -
XYZ 28.69 37.7 25.5 -
YUV 157.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 130 177 126 0.27 0 0.29 0.31 115.29 0.25 0.59
Hex 82 B1 7E 1B 0 1D 1F 73 19 3B
Octal 202 261 176 33 0 35 37 163 31 73
Binary 10000010 10110001 1111110 11011 0 11101 11111 1110011 11001 111011

Color Harmonies of #82B17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B17E

Black with #82B17E

Text Example


Text Example

White with #82B17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,177,126); }

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

background-color css

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

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

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

border-color css

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

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

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