Html Css Color HEX #8CA39C Cascade

📋 copy color: '#8CA39C'

red 140 ◦ green 163 ◦ blue 156

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

Shades of Cascade #8CA39C

Tints of Cascade #8CA39C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.51%

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

R = 30.5%
G = 35.51%
B = 33.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#8CA39C (or 0x8CA39C) is known color: Cascade. HEX triplet: 8C, A3 and 9C. RGB value is (140,163,156). Sum of RGB (Red+Green+Blue) = 140+163+156=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA39C is #735C63. Grayscale: #9B9B9B. Windows color (decimal): -7560292 or 10265484. OLE color: 10265484.

HSL color Cylindrical-coordinate representation of color #8CA39C: hue angle of 161.74º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA39C is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 163 156 -
CMYK 0.14 0 0.04 0.36
HSL 161.74º 0.11% 0.59% -
HSV(B) 161.74º 0.14% 0.64% -
XYZ 29.91 34.17 36.47 -
YUV 155.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 140 163 156 0.14 0 0.04 0.36 161.74 0.11 0.59
Hex 8C A3 9C E 0 4 24 A2 B 3B
Octal 214 243 234 16 0 4 44 242 13 73
Binary 10001100 10100011 10011100 1110 0 100 100100 10100010 1011 111011

Color Harmonies of #8CA39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA39C

Black with #8CA39C

Text Example


Text Example

White with #8CA39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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