Html Css Color HEX #82AA87 Envy

📋 copy color: '#82AA87'

red 130 ◦ green 170 ◦ blue 135

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

Shades of Envy #82AA87

Tints of Envy #82AA87

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.08%

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 29.89%
G = 39.08%
B = 31.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#82AA87 (or 0x82AA87) is known color: Envy. HEX triplet: 82, AA and 87. RGB value is (130,170,135). Sum of RGB (Red+Green+Blue) = 130+170+135=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AA87 is #7D5578. Grayscale: #9A9A9A. Windows color (decimal): -8213881 or 8891010. OLE color: 8891010.

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

Color convert

RGB 130 170 135 -
CMYK 0.24 0 0.21 0.33
HSL 127.5º 0.19% 0.59% -
HSV(B) 127.5º 0.24% 0.67% -
XYZ 27.95 35.24 28.25 -
YUV 154.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 130 170 135 0.24 0 0.21 0.33 127.5 0.19 0.59
Hex 82 AA 87 18 0 15 21 80 13 3B
Octal 202 252 207 30 0 25 41 200 23 73
Binary 10000010 10101010 10000111 11000 0 10101 100001 10000000 10011 111011

Color Harmonies of #82AA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AA87

Black with #82AA87

Text Example


Text Example

White with #82AA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,170,135); }

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

background-color css

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

 a { background-color: rgb(130,170,135); }

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

border-color css

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

 span { border-color: rgb(130,170,135); }

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