#80DE9C

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

Shades of Chinook #80DE9C

Tints of Chinook #80DE9C

Color information

#80DE9C (or 0x80DE9C) is unknown color: approx Chinook. HEX triplet: 80, DE and 9C. RGB value is (128,222,156). Sum of RGB (Red+Green+Blue) = 128+222+156=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DE9C is #7F2163. Grayscale: #BABABA. Windows color (decimal): -8331620 or 10280576. OLE color: 10280576.

HSL color Cylindrical-coordinate representation of color #80DE9C: hue angle of 137.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DE9C is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB128222156-
CMYK0.4200.300.13
HSL137.87º58.75%68.63%-
HSV(B)137.87º42.34%87.06%-
XYZ41.0259.2340.72-
YUV186.37110.8686.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=25.30%
G=43.87%
B=30.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282221560.4200.300.13137.8758.7568.63
Hex80DE9C2A01ED8a3b45
Octal200336234520361521273105
Binary1000000011011110100111001010100111101101100010101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,222,156); }

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

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

 a { background-color: rgb(128,222,156); }

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

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

 span { border-color: rgb(128,222,156); }

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