#8DA99B

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

Shades of Cascade #8DA99B

Tints of Cascade #8DA99B

Color information

#8DA99B (or 0x8DA99B) is unknown color: approx Cascade. HEX triplet: 8D, A9 and 9B. RGB value is (141,169,155). Sum of RGB (Red+Green+Blue) = 141+169+155=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA99B is #725664. Grayscale: #9F9F9F. Windows color (decimal): -7493221 or 10201485. OLE color: 10201485.

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

Color convert

RGB141169155-
CMYK0.1700.080.34
HSL150º14%60.78%-
HSV(B)150º16.57%66.27%-
XYZ31.0936.4136.4-
YUV159.03125.72115.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=30.32%
G=36.34%
B=33.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411691550.1700.080.341501460.78
Hex8DA99B11082296e3d
Octal21525123321010422261675
Binary1000110110101001100110111000101000100010100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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