Html Css Color HEX #83AE8B Envy

📋 copy color: '#83AE8B'

red 131 ◦ green 174 ◦ blue 139

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

Shades of Envy #83AE8B

Tints of Envy #83AE8B

RGB

 RED value IS 131 (51.56% from 255) = 29.5%

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

 BLUE value IS 139 (54.69% from 255) = 31.31%

R = 29.5%
G = 39.19%
B = 31.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#83AE8B (or 0x83AE8B) is known color: Envy. HEX triplet: 83, AE and 8B. RGB value is (131,174,139). Sum of RGB (Red+Green+Blue) = 131+174+139=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AE8B is #7C5174. Grayscale: #9D9D9D. Windows color (decimal): -8147317 or 9154179. OLE color: 9154179.

HSL color Cylindrical-coordinate representation of color #83AE8B: hue angle of 131.16º 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 #83AE8B is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 174 139 -
CMYK 0.25 0 0.20 0.32
HSL 131.16º 0.21% 0.6% -
HSV(B) 131.16º 0.25% 0.68% -
XYZ 29.16 36.96 30.02 -
YUV 157.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 131 174 139 0.25 0 0.20 0.32 131.16 0.21 0.6
Hex 83 AE 8B 19 0 14 20 83 15 3C
Octal 203 256 213 31 0 24 40 203 25 74
Binary 10000011 10101110 10001011 11001 0 10100 100000 10000011 10101 111100

Color Harmonies of #83AE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AE8B

Black with #83AE8B

Text Example


Text Example

White with #83AE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AE8B; }

 p { color: rgb(131,174,139); }

 H1.HeaderClassName
 {
   color: #83AE8B;
 }
 .AnyTagClassName
 {
   color: #83AE8B;
 }
</style>

background-color css

<style>
 a { background-color: #83AE8B; }

 a { background-color: rgb(131,174,139); }

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

border-color css

<style>
 span { border-color: #83AE8B; }

 span { border-color: rgb(131,174,139); }

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