#82AB7E

Color #82AB7E Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #82AB7E

Tints of Amulet #82AB7E

Color information

#82AB7E (or 0x82AB7E) is unknown color: approx Amulet. HEX triplet: 82, AB and 7E. RGB value is (130,171,126). Sum of RGB (Red+Green+Blue) = 130+171+126=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AB7E is #7D5481. Grayscale: #999999. Windows color (decimal): -8213634 or 8301442. OLE color: 8301442.

HSL color Cylindrical-coordinate representation of color #82AB7E: hue angle of 114.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82AB7E is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB130171126-
CMYK0.2400.260.33
HSL114.67º21.13%58.24%-
HSV(B)114.67º26.32%67.06%-
XYZ27.5335.3825.12-
YUV153.61112.42111.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=30.44%
G=40.05%
B=29.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301711260.2400.260.33114.6721.1358.24
Hex82AB7E1801A2173153a
Octal20225317630032411632572
Binary1000001010101011111111011000011010100001111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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