#80D59C

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

Shades of Chinook #80D59C

Tints of Chinook #80D59C

Color information

#80D59C (or 0x80D59C) is unknown color: approx Chinook. HEX triplet: 80, D5 and 9C. RGB value is (128,213,156). Sum of RGB (Red+Green+Blue) = 128+213+156=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #80D59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D59C is #7F2A63. Grayscale: #B5B5B5. Windows color (decimal): -8333924 or 10278272. OLE color: 10278272.

HSL color Cylindrical-coordinate representation of color #80D59C: hue angle of 139.76º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D59C is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB128213156-
CMYK0.4000.270.16
HSL139.76º50.3%66.86%-
HSV(B)139.76º39.91%83.53%-
XYZ38.754.5839.95-
YUV181.09113.8490.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.75%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=25.75%
G=42.86%
B=31.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282131560.4000.270.16139.7650.366.86
Hex80D59C2801B108c3243
Octal200325234500332021462103
Binary10000000110101011001110010100001101110000100011001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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