#80E19E

Color #80E19E Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #80E19E

Tints of Chinook #80E19E

Color information

#80E19E (or 0x80E19E) is unknown color: approx Chinook. HEX triplet: 80, E1 and 9E. RGB value is (128,225,158). Sum of RGB (Red+Green+Blue) = 128+225+158=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #80E19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E19E is #7F1E61. Grayscale: #BCBCBC. Windows color (decimal): -8330850 or 10412416. OLE color: 10412416.

HSL color Cylindrical-coordinate representation of color #80E19E: hue angle of 138.56º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E19E is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB128225158-
CMYK0.4300.300.12
HSL138.56º61.78%69.22%-
HSV(B)138.56º43.11%88.24%-
XYZ4260.9141.89-
YUV188.36110.8684.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 225 (88.28% from 255) = 44.03%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=25.05%
G=44.03%
B=30.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282251580.4300.300.12138.5661.7869.22
Hex80E19E2B01EC8b3e45
Octal200341236530361421376105
Binary1000000011100001100111101010110111101100100010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,225,158); }

 H1.HeaderClassName
 {
   color: #80E19E;
 }
 .AnyTagClassName
 {
   color: #80E19E;
 }
</style>
background-color css

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

 a { background-color: rgb(128,225,158); }

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

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

 span { border-color: rgb(128,225,158); }

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