Html Css Color HEX #80D99D Chinook

📋 copy color: '#80D99D'

red 128 ◦ green 217 ◦ blue 157

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

Shades of Chinook #80D99D

Tints of Chinook #80D99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.23%

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

R = 25.5%
G = 43.23%
B = 31.27%

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

#80D99D (or 0x80D99D) is known color: Chinook. HEX triplet: 80, D9 and 9D. RGB value is (128,217,157). Sum of RGB (Red+Green+Blue) = 128+217+157=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #80D99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D99D is #7F2662. Grayscale: #B7B7B7. Windows color (decimal): -8332899 or 10344832. OLE color: 10344832.

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

Color convert

RGB 128 217 157 -
CMYK 0.41 0 0.28 0.15
HSL 139.55º 0.54% 0.68% -
HSV(B) 139.55º 0.41% 0.85% -
XYZ 39.8 56.65 40.73 -
YUV 183.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 128 217 157 0.41 0 0.28 0.15 139.55 0.54 0.68
Hex 80 D9 9D 29 0 1C F 8C 36 44
Octal 200 331 235 51 0 34 17 214 66 104
Binary 10000000 11011001 10011101 101001 0 11100 1111 10001100 110110 1000100

Color Harmonies of #80D99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D99D

Black with #80D99D

Text Example


Text Example

White with #80D99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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