Html Css Color HEX #8DA19C Cascade

📋 copy color: '#8DA19C'

red 141 ◦ green 161 ◦ blue 156

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

Shades of Cascade #8DA19C

Tints of Cascade #8DA19C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.15%

 BLUE value IS 156 (61.33% from 255) = 34.06%

R = 30.79%
G = 35.15%
B = 34.06%

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

#8DA19C (or 0x8DA19C) is known color: Cascade. HEX triplet: 8D, A1 and 9C. RGB value is (141,161,156). Sum of RGB (Red+Green+Blue) = 141+161+156=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA19C is #725E63. Grayscale: #9A9A9A. Windows color (decimal): -7495268 or 10264973. OLE color: 10264973.

HSL color Cylindrical-coordinate representation of color #8DA19C: hue angle of 165º degrees, saturation: 0.1, 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 #8DA19C is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 161 156 -
CMYK 0.12 0 0.03 0.37
HSL 165º 0.1% 0.59% -
HSV(B) 165º 0.12% 0.63% -
XYZ 29.73 33.55 36.36 -
YUV 154.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 141 161 156 0.12 0 0.03 0.37 165 0.1 0.59
Hex 8D A1 9C C 0 3 25 A5 A 3B
Octal 215 241 234 14 0 3 45 245 12 73
Binary 10001101 10100001 10011100 1100 0 11 100101 10100101 1010 111011

Color Harmonies of #8DA19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA19C

Black with #8DA19C

Text Example


Text Example

White with #8DA19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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