Html Css Color HEX #80DD9B Chinook

📋 copy color: '#80DD9B'

red 128 ◦ green 221 ◦ blue 155

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

Shades of Chinook #80DD9B

Tints of Chinook #80DD9B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.85%

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

R = 25.4%
G = 43.85%
B = 30.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#80DD9B (or 0x80DD9B) is known color: Chinook. HEX triplet: 80, DD and 9B. RGB value is (128,221,155). Sum of RGB (Red+Green+Blue) = 128+221+155=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD9B is #7F2264. Grayscale: #B9B9B9. Windows color (decimal): -8331877 or 10214784. OLE color: 10214784.

HSL color Cylindrical-coordinate representation of color #80DD9B: hue angle of 137.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD9B is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 155 -
CMYK 0.42 0 0.30 0.13
HSL 137.42º 0.58% 0.68% -
HSV(B) 137.42º 0.42% 0.87% -
XYZ 40.67 58.67 40.19 -
YUV 185.67 110.69 86.87 -
System Red Green Blue C M Y K H S L
Decimal 128 221 155 0.42 0 0.30 0.13 137.42 0.58 0.68
Hex 80 DD 9B 2A 0 1E D 89 3A 44
Octal 200 335 233 52 0 36 15 211 72 104
Binary 10000000 11011101 10011011 101010 0 11110 1101 10001001 111010 1000100

Color Harmonies of #80DD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD9B

Black with #80DD9B

Text Example


Text Example

White with #80DD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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