#8DAB9E

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

Shades of Cascade #8DAB9E

Tints of Cascade #8DAB9E

Color information

#8DAB9E (or 0x8DAB9E) is unknown color: approx Cascade. HEX triplet: 8D, AB and 9E. RGB value is (141,171,158). Sum of RGB (Red+Green+Blue) = 141+171+158=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAB9E is #725461. Grayscale: #A0A0A0. Windows color (decimal): -7492706 or 10398605. OLE color: 10398605.

HSL color Cylindrical-coordinate representation of color #8DAB9E: hue angle of 154º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DAB9E is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB141171158-
CMYK0.1800.080.33
HSL154º15.15%61.18%-
HSV(B)154º17.54%67.06%-
XYZ31.7237.2637.87-
YUV160.55126.56114.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=30%
G=36.38%
B=33.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411711580.1800.080.3315415.1561.18
Hex8DAB9E1208219af3d
Octal21525323622010412321775
Binary1000110110101011100111101001001000100001100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,158); }

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

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

 a { background-color: rgb(141,171,158); }

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

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

 span { border-color: rgb(141,171,158); }

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