Html Css Color HEX #8CAC9D Cascade

📋 copy color: '#8CAC9D'

red 140 ◦ green 172 ◦ blue 157

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

Shades of Cascade #8CAC9D

Tints of Cascade #8CAC9D

RGB

 RED value IS 140 (55.08% from 255) = 29.85%

 GREEN value IS 172 (67.58% from 255) = 36.67%

 BLUE value IS 157 (61.72% from 255) = 33.48%

R = 29.85%
G = 36.67%
B = 33.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#8CAC9D (or 0x8CAC9D) is known color: Cascade. HEX triplet: 8C, AC and 9D. RGB value is (140,172,157). Sum of RGB (Red+Green+Blue) = 140+172+157=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAC9D is #735362. Grayscale: #A0A0A0. Windows color (decimal): -7557987 or 10333324. OLE color: 10333324.

HSL color Cylindrical-coordinate representation of color #8CAC9D: hue angle of 151.88º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CAC9D is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 172 157 -
CMYK 0.19 0 0.09 0.33
HSL 151.88º 0.16% 0.61% -
HSV(B) 151.88º 0.19% 0.67% -
XYZ 31.65 37.51 37.47 -
YUV 160.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 140 172 157 0.19 0 0.09 0.33 151.88 0.16 0.61
Hex 8C AC 9D 13 0 9 21 98 10 3D
Octal 214 254 235 23 0 11 41 230 20 75
Binary 10001100 10101100 10011101 10011 0 1001 100001 10011000 10000 111101

Color Harmonies of #8CAC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC9D

Black with #8CAC9D

Text Example


Text Example

White with #8CAC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CAC9D; }

 p { color: rgb(140,172,157); }

 H1.HeaderClassName
 {
   color: #8CAC9D;
 }
 .AnyTagClassName
 {
   color: #8CAC9D;
 }
</style>

background-color css

<style>
 a { background-color: #8CAC9D; }

 a { background-color: rgb(140,172,157); }

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

border-color css

<style>
 span { border-color: #8CAC9D; }

 span { border-color: rgb(140,172,157); }

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