#80D99C

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

Shades of Chinook #80D99C

Tints of Chinook #80D99C

Color information

#80D99C (or 0x80D99C) is unknown color: approx Chinook. HEX triplet: 80, D9 and 9C. RGB value is (128,217,156). Sum of RGB (Red+Green+Blue) = 128+217+156=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #80D99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D99C is #7F2663. Grayscale: #B7B7B7. Windows color (decimal): -8332900 or 10279296. OLE color: 10279296.

HSL color Cylindrical-coordinate representation of color #80D99C: hue angle of 138.88º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D99C is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB128217156-
CMYK0.4100.280.15
HSL138.88º53.94%67.65%-
HSV(B)138.88º41.01%85.1%-
XYZ39.7256.6240.29-
YUV183.43112.5188.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.55%
GREEN value IS 217 (85.16% from 255) = 43.31%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=25.55%
G=43.31%
B=31.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282171560.4100.280.15138.8853.9467.65
Hex80D99C2901CF8b3644
Octal200331234510341721366104
Binary1000000011011001100111001010010111001111100010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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