Html Css Color HEX #80A599 Cascade

📋 copy color: '#80A599'

red 128 ◦ green 165 ◦ blue 153

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

Shades of Cascade #80A599

Tints of Cascade #80A599

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37%

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 28.7%
G = 37%
B = 34.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#80A599 (or 0x80A599) is known color: Cascade. HEX triplet: 80, A5 and 99. RGB value is (128,165,153). Sum of RGB (Red+Green+Blue) = 128+165+153=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 165 - color contains mainly: green. Hex color #80A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A599 is #7F5A66. Grayscale: #989898. Windows color (decimal): -8346215 or 10069376. OLE color: 10069376.

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

Color convert

RGB 128 165 153 -
CMYK 0.22 0 0.07 0.35
HSL 160.54º 0.17% 0.57% -
HSV(B) 160.54º 0.22% 0.65% -
XYZ 28.11 33.8 35.18 -
YUV 152.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 128 165 153 0.22 0 0.07 0.35 160.54 0.17 0.57
Hex 80 A5 99 16 0 7 23 A1 11 39
Octal 200 245 231 26 0 7 43 241 21 71
Binary 10000000 10100101 10011001 10110 0 111 100011 10100001 10001 111001

Color Harmonies of #80A599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A599

Black with #80A599

Text Example


Text Example

White with #80A599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,165,153); }

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

background-color css

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

 a { background-color: rgb(128,165,153); }

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

border-color css

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

 span { border-color: rgb(128,165,153); }

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