Html Css Color HEX #80DA9D Chinook

📋 copy color: '#80DA9D'

red 128 ◦ green 218 ◦ blue 157

#80DA9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #80DA9D

Tints of Chinook #80DA9D

RGB

 RED value IS 128 (50.39% from 255) = 25.45%

 GREEN value IS 218 (85.55% from 255) = 43.34%

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 25.45%
G = 43.34%
B = 31.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#80DA9D (or 0x80DA9D) is known color: Chinook. HEX triplet: 80, DA and 9D. RGB value is (128,218,157). Sum of RGB (Red+Green+Blue) = 128+218+157=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DA9D is #7F2562. Grayscale: #B8B8B8. Windows color (decimal): -8332643 or 10345088. OLE color: 10345088.

HSL color Cylindrical-coordinate representation of color #80DA9D: hue angle of 139.33º degrees, saturation: 0.55, 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 #80DA9D is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 157 -
CMYK 0.41 0 0.28 0.15
HSL 139.33º 0.55% 0.68% -
HSV(B) 139.33º 0.41% 0.85% -
XYZ 40.06 57.17 40.82 -
YUV 184.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 128 218 157 0.41 0 0.28 0.15 139.33 0.55 0.68
Hex 80 DA 9D 29 0 1C F 8B 37 44
Octal 200 332 235 51 0 34 17 213 67 104
Binary 10000000 11011010 10011101 101001 0 11100 1111 10001011 110111 1000100

Color Harmonies of #80DA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA9D

Black with #80DA9D

Text Example


Text Example

White with #80DA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80DA9D;
 }
 .AnyTagClassName
 {
   color: #80DA9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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