Html Css Color HEX #80D69C Chinook

📋 copy color: '#80D69C'

red 128 ◦ green 214 ◦ blue 156

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

Shades of Chinook #80D69C

Tints of Chinook #80D69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.33%

R = 25.7%
G = 42.97%
B = 31.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#80D69C (or 0x80D69C) is known color: Chinook. HEX triplet: 80, D6 and 9C. RGB value is (128,214,156). Sum of RGB (Red+Green+Blue) = 128+214+156=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #80D69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D69C is #7F2963. Grayscale: #B5B5B5. Windows color (decimal): -8333668 or 10278528. OLE color: 10278528.

HSL color Cylindrical-coordinate representation of color #80D69C: hue angle of 139.53º 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 #80D69C is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 156 -
CMYK 0.40 0 0.27 0.16
HSL 139.53º 0.51% 0.67% -
HSV(B) 139.53º 0.4% 0.84% -
XYZ 38.95 55.08 40.03 -
YUV 181.67 113.51 89.72 -
System Red Green Blue C M Y K H S L
Decimal 128 214 156 0.40 0 0.27 0.16 139.53 0.51 0.67
Hex 80 D6 9C 28 0 1B 10 8C 33 43
Octal 200 326 234 50 0 33 20 214 63 103
Binary 10000000 11010110 10011100 101000 0 11011 10000 10001100 110011 1000011

Color Harmonies of #80D69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D69C

Black with #80D69C

Text Example


Text Example

White with #80D69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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