Html Css Color HEX #80A49F Cascade

📋 copy color: '#80A49F'

red 128 ◦ green 164 ◦ blue 159

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

Shades of Cascade #80A49F

Tints of Cascade #80A49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 28.38%
G = 36.36%
B = 35.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#80A49F (or 0x80A49F) is known color: Cascade. HEX triplet: 80, A4 and 9F. RGB value is (128,164,159). Sum of RGB (Red+Green+Blue) = 128+164+159=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #80A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A49F is #7F5B60. Grayscale: #989898. Windows color (decimal): -8346465 or 10462336. OLE color: 10462336.

HSL color Cylindrical-coordinate representation of color #80A49F: hue angle of 171.67º 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 #80A49F is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 164 159 -
CMYK 0.22 0 0.03 0.36
HSL 171.67º 0.17% 0.57% -
HSV(B) 171.67º 0.22% 0.64% -
XYZ 28.44 33.64 37.8 -
YUV 152.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 128 164 159 0.22 0 0.03 0.36 171.67 0.17 0.57
Hex 80 A4 9F 16 0 3 24 AC 11 39
Octal 200 244 237 26 0 3 44 254 21 71
Binary 10000000 10100100 10011111 10110 0 11 100100 10101100 10001 111001

Color Harmonies of #80A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A49F

Black with #80A49F

Text Example


Text Example

White with #80A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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