#8DA99C

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

Shades of Cascade #8DA99C

Tints of Cascade #8DA99C

Color information

#8DA99C (or 0x8DA99C) is unknown color: approx Cascade. HEX triplet: 8D, A9 and 9C. RGB value is (141,169,156). Sum of RGB (Red+Green+Blue) = 141+169+156=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA99C is #725663. Grayscale: #9F9F9F. Windows color (decimal): -7493220 or 10267021. OLE color: 10267021.

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

Color convert

RGB141169156-
CMYK0.1700.080.34
HSL152.14º14%60.78%-
HSV(B)152.14º16.57%66.27%-
XYZ31.1736.4436.84-
YUV159.15126.22115.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.26%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=30.26%
G=36.27%
B=33.48%

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
Decimal1411691560.1700.080.34152.141460.78
Hex8DA99C11082298e3d
Octal21525123421010422301675
Binary1000110110101001100111001000101000100010100110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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