Html Css Color HEX #8DA09B Cascade

📋 copy color: '#8DA09B'

red 141 ◦ green 160 ◦ blue 155

#8DA09B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #8DA09B

Tints of Cascade #8DA09B

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 value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#8DA09B (or 0x8DA09B) is known color: 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

RGB 141 160 155 -
CMYK 0.12 0 0.03 0.37
HSL 164.21º 0.09% 0.59% -
HSV(B) 164.21º 0.12% 0.63% -
XYZ 29.47 33.17 35.86 -
YUV 153.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 141 160 155 0.12 0 0.03 0.37 164.21 0.09 0.59
Hex 8D A0 9B C 0 3 25 A4 9 3B
Octal 215 240 233 14 0 3 45 244 11 73
Binary 10001101 10100000 10011011 1100 0 11 100101 10100100 1001 111011

Color Harmonies of #8DA09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA09B

Black with #8DA09B

Text Example


Text Example

White with #8DA09B

Text Example


Text Example

HTML Codes & Css Web 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>