Html Css Color HEX #80A187 Envy

📋 copy color: '#80A187'

red 128 ◦ green 161 ◦ blue 135

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

Shades of Envy #80A187

Tints of Envy #80A187

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.97%

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

R = 30.19%
G = 37.97%
B = 31.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#80A187 (or 0x80A187) is known color: Envy. HEX triplet: 80, A1 and 87. RGB value is (128,161,135). Sum of RGB (Red+Green+Blue) = 128+161+135=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #80A187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A187 is #7F5E78. Grayscale: #949494. Windows color (decimal): -8347257 or 8888704. OLE color: 8888704.

HSL color Cylindrical-coordinate representation of color #80A187: hue angle of 132.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A187 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 161 135 -
CMYK 0.20 0 0.16 0.37
HSL 132.73º 0.15% 0.57% -
HSV(B) 132.73º 0.2% 0.63% -
XYZ 26.02 31.83 27.69 -
YUV 148.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 128 161 135 0.20 0 0.16 0.37 132.73 0.15 0.57
Hex 80 A1 87 14 0 10 25 85 F 39
Octal 200 241 207 24 0 20 45 205 17 71
Binary 10000000 10100001 10000111 10100 0 10000 100101 10000101 1111 111001

Color Harmonies of #80A187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A187

Black with #80A187

Text Example


Text Example

White with #80A187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,161,135); }

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

background-color css

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

 a { background-color: rgb(128,161,135); }

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

border-color css

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

 span { border-color: rgb(128,161,135); }

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