#8DA89B

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

Shades of Cascade #8DA89B

Tints of Cascade #8DA89B

Color information

#8DA89B (or 0x8DA89B) is unknown color: approx Cascade. HEX triplet: 8D, A8 and 9B. RGB value is (141,168,155). Sum of RGB (Red+Green+Blue) = 141+168+155=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA89B is #725764. Grayscale: #9E9E9E. Windows color (decimal): -7493477 or 10201229. OLE color: 10201229.

HSL color Cylindrical-coordinate representation of color #8DA89B: hue angle of 151.11º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8DA89B is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB141168155-
CMYK0.1600.080.34
HSL151.11º13.43%60.59%-
HSV(B)151.11º16.07%65.88%-
XYZ30.936.0336.34-
YUV158.44126.05115.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=30.39%
G=36.21%
B=33.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411681550.1600.080.34151.1113.4360.59
Hex8DA89B10082297d3d
Octal21525023320010422271575
Binary1000110110101000100110111000001000100010100101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,168,155); }

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

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

 a { background-color: rgb(141,168,155); }

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

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

 span { border-color: rgb(141,168,155); }

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