Html Css Color HEX #80D69B Chinook

📋 copy color: '#80D69B'

red 128 ◦ green 214 ◦ blue 155

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

Shades of Chinook #80D69B

Tints of Chinook #80D69B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.06%

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

R = 25.75%
G = 43.06%
B = 31.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#80D69B (or 0x80D69B) is known color: Chinook. HEX triplet: 80, D6 and 9B. RGB value is (128,214,155). Sum of RGB (Red+Green+Blue) = 128+214+155=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #80D69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D69B is #7F2964. Grayscale: #B5B5B5. Windows color (decimal): -8333669 or 10212992. OLE color: 10212992.

HSL color Cylindrical-coordinate representation of color #80D69B: hue angle of 138.84º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D69B is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 155 -
CMYK 0.40 0 0.28 0.16
HSL 138.84º 0.51% 0.67% -
HSV(B) 138.84º 0.4% 0.84% -
XYZ 38.87 55.05 39.59 -
YUV 181.56 113.01 89.8 -
System Red Green Blue C M Y K H S L
Decimal 128 214 155 0.40 0 0.28 0.16 138.84 0.51 0.67
Hex 80 D6 9B 28 0 1C 10 8B 33 43
Octal 200 326 233 50 0 34 20 213 63 103
Binary 10000000 11010110 10011011 101000 0 11100 10000 10001011 110011 1000011

Color Harmonies of #80D69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D69B

Black with #80D69B

Text Example


Text Example

White with #80D69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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