#80DD9D

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

Shades of Chinook #80DD9D

Tints of Chinook #80DD9D

Color information

#80DD9D (or 0x80DD9D) is unknown color: approx Chinook. HEX triplet: 80, DD and 9D. RGB value is (128,221,157). Sum of RGB (Red+Green+Blue) = 128+221+157=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD9D is #7F2262. Grayscale: #BABABA. Windows color (decimal): -8331875 or 10345856. OLE color: 10345856.

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

Color convert

RGB128221157-
CMYK0.4200.290.13
HSL138.71º57.76%68.43%-
HSV(B)138.71º42.08%86.67%-
XYZ40.8458.7441.08-
YUV185.9111.6986.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=25.30%
G=43.68%
B=31.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211570.4200.290.13138.7157.7668.43
Hex80DD9D2A01DD8b3a44
Octal200335235520351521372104
Binary1000000011011101100111011010100111011101100010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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