Html Css Color HEX #80DA9B Chinook

📋 copy color: '#80DA9B'

red 128 ◦ green 218 ◦ blue 155

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

Shades of Chinook #80DA9B

Tints of Chinook #80DA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 25.55%
G = 43.51%
B = 30.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#80DA9B (or 0x80DA9B) is known color: Chinook. HEX triplet: 80, DA and 9B. RGB value is (128,218,155). Sum of RGB (Red+Green+Blue) = 128+218+155=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DA9B is #7F2564. Grayscale: #B8B8B8. Windows color (decimal): -8332645 or 10214016. OLE color: 10214016.

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

Color convert

RGB 128 218 155 -
CMYK 0.41 0 0.29 0.15
HSL 138º 0.55% 0.68% -
HSV(B) 138º 0.41% 0.85% -
XYZ 39.89 57.1 39.93 -
YUV 183.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 128 218 155 0.41 0 0.29 0.15 138 0.55 0.68
Hex 80 DA 9B 29 0 1D F 8A 37 44
Octal 200 332 233 51 0 35 17 212 67 104
Binary 10000000 11011010 10011011 101001 0 11101 1111 10001010 110111 1000100

Color Harmonies of #80DA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA9B

Black with #80DA9B

Text Example


Text Example

White with #80DA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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