#8BAC9F

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

Shades of Cascade #8BAC9F

Tints of Cascade #8BAC9F

Color information

#8BAC9F (or 0x8BAC9F) is unknown color: approx Cascade. HEX triplet: 8B, AC and 9F. RGB value is (139,172,159). Sum of RGB (Red+Green+Blue) = 139+172+159=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAC9F is #745360. Grayscale: #A0A0A0. Windows color (decimal): -7623521 or 10464395. OLE color: 10464395.

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

Color convert

RGB139172159-
CMYK0.1900.080.33
HSL156.36º16.58%60.98%-
HSV(B)156.36º19.19%67.45%-
XYZ31.6637.538.37-
YUV160.65127.07112.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.57%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 159 (62.5% from 255) = 33.83%
R=29.57%
G=36.60%
B=33.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391721590.1900.080.33156.3616.5860.98
Hex8BAC9F1308219c113d
Octal21325423723010412342175
Binary10001011101011001001111110011010001000011001110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,172,159); }

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

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

 a { background-color: rgb(139,172,159); }

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

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

 span { border-color: rgb(139,172,159); }

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