Html Css Color HEX #80D99B Chinook

📋 copy color: '#80D99B'

red 128 ◦ green 217 ◦ blue 155

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

Shades of Chinook #80D99B

Tints of Chinook #80D99B

RGB

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

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

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

R = 25.6%
G = 43.4%
B = 31%

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

#80D99B (or 0x80D99B) is known color: Chinook. HEX triplet: 80, D9 and 9B. RGB value is (128,217,155). Sum of RGB (Red+Green+Blue) = 128+217+155=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #80D99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D99B is #7F2664. Grayscale: #B7B7B7. Windows color (decimal): -8332901 or 10213760. OLE color: 10213760.

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

Color convert

RGB 128 217 155 -
CMYK 0.41 0 0.29 0.15
HSL 138.2º 0.54% 0.68% -
HSV(B) 138.2º 0.41% 0.85% -
XYZ 39.63 56.58 39.84 -
YUV 183.32 112.01 88.54 -
System Red Green Blue C M Y K H S L
Decimal 128 217 155 0.41 0 0.29 0.15 138.2 0.54 0.68
Hex 80 D9 9B 29 0 1D F 8A 36 44
Octal 200 331 233 51 0 35 17 212 66 104
Binary 10000000 11011001 10011011 101001 0 11101 1111 10001010 110110 1000100

Color Harmonies of #80D99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D99B

Black with #80D99B

Text Example


Text Example

White with #80D99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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