#8DA29E

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

Shades of Cascade #8DA29E

Tints of Cascade #8DA29E

Color information

#8DA29E (or 0x8DA29E) is unknown color: approx Cascade. HEX triplet: 8D, A2 and 9E. RGB value is (141,162,158). Sum of RGB (Red+Green+Blue) = 141+162+158=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA29E is #725D61. Grayscale: #9B9B9B. Windows color (decimal): -7495010 or 10396301. OLE color: 10396301.

HSL color Cylindrical-coordinate representation of color #8DA29E: hue angle of 168.57º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8DA29E is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB141162158-
CMYK0.1300.020.36
HSL168.57º10.14%59.41%-
HSV(B)168.57º12.96%63.53%-
XYZ30.0833.9737.32-
YUV155.26129.54117.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=30.59%
G=35.14%
B=34.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621580.1300.020.36168.5710.1459.41
Hex8DA29ED0224a9a3b
Octal2152422361502442511273
Binary1000110110100010100111101101010100100101010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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