#80B182

Color #80B182 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #80B182

Tints of Envy #80B182

Color information

#80B182 (or 0x80B182) is unknown color: approx Envy. HEX triplet: 80, B1 and 82. RGB value is (128,177,130). Sum of RGB (Red+Green+Blue) = 128+177+130=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #80B182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B182 is #7F4E7D. Grayscale: #9D9D9D. Windows color (decimal): -8343166 or 8565120. OLE color: 8565120.

HSL color Cylindrical-coordinate representation of color #80B182: hue angle of 122.45º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B182 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB128177130-
CMYK0.2800.270.31
HSL122.45º23.9%59.8%-
HSV(B)122.45º27.68%69.41%-
XYZ28.6537.6526.88-
YUV156.99112.77107.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=29.43%
G=40.69%
B=29.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281771300.2800.270.31122.4523.959.8
Hex80B1821C01B1F7a183c
Octal20026120234033371723074
Binary1000000010110001100000101110001101111111111101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80B182; }

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

 H1.HeaderClassName
 {
   color: #80B182;
 }
 .AnyTagClassName
 {
   color: #80B182;
 }
</style>
background-color css

<style>
 a { background-color: #80B182; }

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

 div.DivClassName
 {
   background-color: #80B182;
 }
 .BgClassName
 {
   background-color: #80B182;
 }
</style>
border-color css

<style>
 span { border-color: #80B182; }

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

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