#80D89D

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

Shades of Chinook #80D89D

Tints of Chinook #80D89D

Color information

#80D89D (or 0x80D89D) is unknown color: approx Chinook. HEX triplet: 80, D8 and 9D. RGB value is (128,216,157). Sum of RGB (Red+Green+Blue) = 128+216+157=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #80D89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D89D is #7F2762. Grayscale: #B7B7B7. Windows color (decimal): -8333155 or 10344576. OLE color: 10344576.

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

Color convert

RGB128216157-
CMYK0.4100.270.15
HSL139.77º53.01%67.45%-
HSV(B)139.77º40.74%84.71%-
XYZ39.5456.1440.65-
YUV182.96113.3588.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.55%
GREEN value IS 216 (84.77% from 255) = 43.11%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=25.55%
G=43.11%
B=31.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282161570.4100.270.15139.7753.0167.45
Hex80D89D2901BF8c3543
Octal200330235510331721465103
Binary1000000011011000100111011010010110111111100011001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,216,157); }

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

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

 a { background-color: rgb(128,216,157); }

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

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

 span { border-color: rgb(128,216,157); }

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