Html Css Color HEX #82AE86 Envy

📋 copy color: '#82AE86'

red 130 ◦ green 174 ◦ blue 134

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

Shades of Envy #82AE86

Tints of Envy #82AE86

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.73%

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

R = 29.68%
G = 39.73%
B = 30.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#82AE86 (or 0x82AE86) is known color: Envy. HEX triplet: 82, AE and 86. RGB value is (130,174,134). Sum of RGB (Red+Green+Blue) = 130+174+134=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AE86 is #7D5179. Grayscale: #9C9C9C. Windows color (decimal): -8212858 or 8826498. OLE color: 8826498.

HSL color Cylindrical-coordinate representation of color #82AE86: hue angle of 125.45º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82AE86 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 174 134 -
CMYK 0.25 0 0.23 0.32
HSL 125.45º 0.21% 0.6% -
HSV(B) 125.45º 0.25% 0.68% -
XYZ 28.65 36.74 28.14 -
YUV 156.28 115.42 109.25 -
System Red Green Blue C M Y K H S L
Decimal 130 174 134 0.25 0 0.23 0.32 125.45 0.21 0.6
Hex 82 AE 86 19 0 17 20 7D 15 3C
Octal 202 256 206 31 0 27 40 175 25 74
Binary 10000010 10101110 10000110 11001 0 10111 100000 1111101 10101 111100

Color Harmonies of #82AE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AE86

Black with #82AE86

Text Example


Text Example

White with #82AE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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