Html Css Color HEX #80A49A Cascade

📋 copy color: '#80A49A'

red 128 ◦ green 164 ◦ blue 154

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

Shades of Cascade #80A49A

Tints of Cascade #80A49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.77%

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 28.7%
G = 36.77%
B = 34.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#80A49A (or 0x80A49A) is known color: Cascade. HEX triplet: 80, A4 and 9A. RGB value is (128,164,154). Sum of RGB (Red+Green+Blue) = 128+164+154=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #80A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A49A is #7F5B65. Grayscale: #989898. Windows color (decimal): -8346470 or 10134656. OLE color: 10134656.

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

Color convert

RGB 128 164 154 -
CMYK 0.22 0 0.06 0.36
HSL 163.33º 0.17% 0.57% -
HSV(B) 163.33º 0.22% 0.64% -
XYZ 28.01 33.47 35.56 -
YUV 152.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 128 164 154 0.22 0 0.06 0.36 163.33 0.17 0.57
Hex 80 A4 9A 16 0 6 24 A3 11 39
Octal 200 244 232 26 0 6 44 243 21 71
Binary 10000000 10100100 10011010 10110 0 110 100100 10100011 10001 111001

Color Harmonies of #80A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A49A

Black with #80A49A

Text Example


Text Example

White with #80A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,164,154); }

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

background-color css

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

 a { background-color: rgb(128,164,154); }

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

border-color css

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

 span { border-color: rgb(128,164,154); }

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