#8CA29B

Color #8CA29B Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #8CA29B

Tints of Cascade #8CA29B

Color information

#8CA29B (or 0x8CA29B) is unknown color: approx Cascade. HEX triplet: 8C, A2 and 9B. RGB value is (140,162,155). Sum of RGB (Red+Green+Blue) = 140+162+155=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA29B is #735D64. Grayscale: #9A9A9A. Windows color (decimal): -7560549 or 10199692. OLE color: 10199692.

HSL color Cylindrical-coordinate representation of color #8CA29B: hue angle of 160.91º 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 #8CA29B is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB140162155-
CMYK0.1400.040.36
HSL160.91º10.58%59.22%-
HSV(B)160.91º13.58%63.53%-
XYZ29.6533.7835.97-
YUV154.62128.21117.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.63%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=30.63%
G=35.45%
B=33.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621550.1400.040.36160.9110.5859.22
Hex8CA29BE0424a1b3b
Octal2142422331604442411373
Binary10001100101000101001101111100100100100101000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,155); }

 H1.HeaderClassName
 {
   color: #8CA29B;
 }
 .AnyTagClassName
 {
   color: #8CA29B;
 }
</style>
background-color css

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

 a { background-color: rgb(140,162,155); }

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

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

 span { border-color: rgb(140,162,155); }

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