#8DA09B

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

Shades of Cascade #8DA09B

Tints of Cascade #8DA09B

Color information

#8DA09B (or 0x8DA09B) is unknown color: approx Cascade. HEX triplet: 8D, A0 and 9B. RGB value is (141,160,155). Sum of RGB (Red+Green+Blue) = 141+160+155=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA09B is #725F64. Grayscale: #999999. Windows color (decimal): -7495525 or 10199181. OLE color: 10199181.

HSL color Cylindrical-coordinate representation of color #8DA09B: hue angle of 164.21º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8DA09B is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB141160155-
CMYK0.1200.030.37
HSL164.21º9.09%59.02%-
HSV(B)164.21º11.87%62.75%-
XYZ29.4733.1735.86-
YUV153.75128.71118.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=30.92%
G=35.09%
B=33.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411601550.1200.030.37164.219.0959.02
Hex8DA09BC0325a493b
Octal2152402331403452441173
Binary1000110110100000100110111100011100101101001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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