Html Css Color HEX #8CAC9E Cascade

📋 copy color: '#8CAC9E'

red 140 ◦ green 172 ◦ blue 158

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

Shades of Cascade #8CAC9E

Tints of Cascade #8CAC9E

RGB

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

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

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

R = 29.79%
G = 36.6%
B = 33.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#8CAC9E (or 0x8CAC9E) is known color: Cascade. HEX triplet: 8C, AC and 9E. RGB value is (140,172,158). Sum of RGB (Red+Green+Blue) = 140+172+158=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAC9E is #735361. Grayscale: #A0A0A0. Windows color (decimal): -7557986 or 10398860. OLE color: 10398860.

HSL color Cylindrical-coordinate representation of color #8CAC9E: hue angle of 153.75º 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 #8CAC9E is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 172 158 -
CMYK 0.19 0 0.08 0.33
HSL 153.75º 0.16% 0.61% -
HSV(B) 153.75º 0.19% 0.67% -
XYZ 31.74 37.55 37.92 -
YUV 160.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 140 172 158 0.19 0 0.08 0.33 153.75 0.16 0.61
Hex 8C AC 9E 13 0 8 21 9A 10 3D
Octal 214 254 236 23 0 10 41 232 20 75
Binary 10001100 10101100 10011110 10011 0 1000 100001 10011010 10000 111101

Color Harmonies of #8CAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC9E

Black with #8CAC9E

Text Example


Text Example

White with #8CAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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