Html Css Color HEX #80A39E Cascade

📋 copy color: '#80A39E'

red 128 ◦ green 163 ◦ blue 158

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

Shades of Cascade #80A39E

Tints of Cascade #80A39E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.3%

 BLUE value IS 158 (62.11% from 255) = 35.19%

R = 28.51%
G = 36.3%
B = 35.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#80A39E (or 0x80A39E) is known color: Cascade. HEX triplet: 80, A3 and 9E. RGB value is (128,163,158). Sum of RGB (Red+Green+Blue) = 128+163+158=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 163 - color contains mainly: green. Hex color #80A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A39E is #7F5C61. Grayscale: #979797. Windows color (decimal): -8346722 or 10396544. OLE color: 10396544.

HSL color Cylindrical-coordinate representation of color #80A39E: hue angle of 171.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80A39E is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 163 158 -
CMYK 0.21 0 0.03 0.36
HSL 171.43º 0.16% 0.57% -
HSV(B) 171.43º 0.21% 0.64% -
XYZ 28.17 33.25 37.28 -
YUV 151.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 128 163 158 0.21 0 0.03 0.36 171.43 0.16 0.57
Hex 80 A3 9E 15 0 3 24 AB 10 39
Octal 200 243 236 25 0 3 44 253 20 71
Binary 10000000 10100011 10011110 10101 0 11 100100 10101011 10000 111001

Color Harmonies of #80A39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A39E

Black with #80A39E

Text Example


Text Example

White with #80A39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,163,158); }

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

background-color css

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

 a { background-color: rgb(128,163,158); }

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

border-color css

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

 span { border-color: rgb(128,163,158); }

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