Html Css Color HEX #8CA19C Cascade

📋 copy color: '#8CA19C'

red 140 ◦ green 161 ◦ blue 156

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

Shades of Cascade #8CA19C

Tints of Cascade #8CA19C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.23%

 BLUE value IS 156 (61.33% from 255) = 34.14%

R = 30.63%
G = 35.23%
B = 34.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#8CA19C (or 0x8CA19C) is known color: Cascade. HEX triplet: 8C, A1 and 9C. RGB value is (140,161,156). Sum of RGB (Red+Green+Blue) = 140+161+156=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA19C is #735E63. Grayscale: #9A9A9A. Windows color (decimal): -7560804 or 10264972. OLE color: 10264972.

HSL color Cylindrical-coordinate representation of color #8CA19C: hue angle of 165.71º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8CA19C is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 161 156 -
CMYK 0.13 0 0.03 0.37
HSL 165.71º 0.1% 0.59% -
HSV(B) 165.71º 0.13% 0.63% -
XYZ 29.56 33.47 36.35 -
YUV 154.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 140 161 156 0.13 0 0.03 0.37 165.71 0.1 0.59
Hex 8C A1 9C D 0 3 25 A6 A 3B
Octal 214 241 234 15 0 3 45 246 12 73
Binary 10001100 10100001 10011100 1101 0 11 100101 10100110 1010 111011

Color Harmonies of #8CA19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA19C

Black with #8CA19C

Text Example


Text Example

White with #8CA19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,161,156); }

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

background-color css

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

 a { background-color: rgb(140,161,156); }

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

border-color css

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

 span { border-color: rgb(140,161,156); }

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