#8BA29E

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

Shades of Cascade #8BA29E

Tints of Cascade #8BA29E

Color information

#8BA29E (or 0x8BA29E) is unknown color: approx Cascade. HEX triplet: 8B, A2 and 9E. RGB value is (139,162,158). Sum of RGB (Red+Green+Blue) = 139+162+158=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA29E is #745D61. Grayscale: #9A9A9A. Windows color (decimal): -7626082 or 10396299. OLE color: 10396299.

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

Color convert

RGB139162158-
CMYK0.1400.020.36
HSL169.57º11%59.02%-
HSV(B)169.57º14.2%63.53%-
XYZ29.7433.837.3-
YUV154.67129.88116.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.28%
GREEN value IS 162 (63.67% from 255) = 35.29%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=30.28%
G=35.29%
B=34.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621580.1400.020.36169.571159.02
Hex8BA29EE0224aab3b
Octal2132422361602442521373
Binary1000101110100010100111101110010100100101010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,162,158); }

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

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

 a { background-color: rgb(139,162,158); }

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

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

 span { border-color: rgb(139,162,158); }

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