Html Css Color HEX #80A388 Envy

📋 copy color: '#80A388'

red 128 ◦ green 163 ◦ blue 136

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

Shades of Envy #80A388

Tints of Envy #80A388

RGB

 RED value IS 128 (50.39% from 255) = 29.98%

 GREEN value IS 163 (64.06% from 255) = 38.17%

 BLUE value IS 136 (53.52% from 255) = 31.85%

R = 29.98%
G = 38.17%
B = 31.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#80A388 (or 0x80A388) is known color: Envy. HEX triplet: 80, A3 and 88. RGB value is (128,163,136). Sum of RGB (Red+Green+Blue) = 128+163+136=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 163 - color contains mainly: green. Hex color #80A388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A388 is #7F5C77. Grayscale: #959595. Windows color (decimal): -8346744 or 8954752. OLE color: 8954752.

HSL color Cylindrical-coordinate representation of color #80A388: hue angle of 133.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80A388 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 163 136 -
CMYK 0.21 0 0.17 0.36
HSL 133.71º 0.16% 0.57% -
HSV(B) 133.71º 0.21% 0.64% -
XYZ 26.44 32.56 28.18 -
YUV 149.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 128 163 136 0.21 0 0.17 0.36 133.71 0.16 0.57
Hex 80 A3 88 15 0 11 24 86 10 39
Octal 200 243 210 25 0 21 44 206 20 71
Binary 10000000 10100011 10001000 10101 0 10001 100100 10000110 10000 111001

Color Harmonies of #80A388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A388

Black with #80A388

Text Example


Text Example

White with #80A388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,163,136); }

 H1.HeaderClassName
 {
   color: #80A388;
 }
 .AnyTagClassName
 {
   color: #80A388;
 }
</style>

background-color css

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

 a { background-color: rgb(128,163,136); }

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

border-color css

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

 span { border-color: rgb(128,163,136); }

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