Html Css Color HEX #8DA29B Cascade

📋 copy color: '#8DA29B'

red 141 ◦ green 162 ◦ blue 155

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

Shades of Cascade #8DA29B

Tints of Cascade #8DA29B

RGB

 RED value IS 141 (55.47% from 255) = 30.79%

 GREEN value IS 162 (63.67% from 255) = 35.37%

 BLUE value IS 155 (60.94% from 255) = 33.84%

R = 30.79%
G = 35.37%
B = 33.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#8DA29B (or 0x8DA29B) is known color: Cascade. HEX triplet: 8D, A2 and 9B. RGB value is (141,162,155). Sum of RGB (Red+Green+Blue) = 141+162+155=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA29B is #725D64. Grayscale: #9A9A9A. Windows color (decimal): -7495013 or 10199693. OLE color: 10199693.

HSL color Cylindrical-coordinate representation of color #8DA29B: hue angle of 160º 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 #8DA29B is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 162 155 -
CMYK 0.13 0 0.04 0.36
HSL 160º 0.1% 0.59% -
HSV(B) 160º 0.13% 0.64% -
XYZ 29.82 33.87 35.98 -
YUV 154.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 141 162 155 0.13 0 0.04 0.36 160 0.1 0.59
Hex 8D A2 9B D 0 4 24 A0 A 3B
Octal 215 242 233 15 0 4 44 240 12 73
Binary 10001101 10100010 10011011 1101 0 100 100100 10100000 1010 111011

Color Harmonies of #8DA29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA29B

Black with #8DA29B

Text Example


Text Example

White with #8DA29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DA29B;
 }
 .AnyTagClassName
 {
   color: #8DA29B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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