Html Css Color HEX #8CA99E Cascade

📋 copy color: '#8CA99E'

red 140 ◦ green 169 ◦ blue 158

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

Shades of Cascade #8CA99E

Tints of Cascade #8CA99E

RGB

 RED value IS 140 (55.08% from 255) = 29.98%

 GREEN value IS 169 (66.41% from 255) = 36.19%

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 29.98%
G = 36.19%
B = 33.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#8CA99E (or 0x8CA99E) is known color: Cascade. HEX triplet: 8C, A9 and 9E. RGB value is (140,169,158). Sum of RGB (Red+Green+Blue) = 140+169+158=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA99E is #735661. Grayscale: #9F9F9F. Windows color (decimal): -7558754 or 10398092. OLE color: 10398092.

HSL color Cylindrical-coordinate representation of color #8CA99E: hue angle of 157.24º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA99E is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 169 158 -
CMYK 0.17 0 0.07 0.34
HSL 157.24º 0.14% 0.61% -
HSV(B) 157.24º 0.17% 0.66% -
XYZ 31.17 36.42 37.73 -
YUV 159.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 140 169 158 0.17 0 0.07 0.34 157.24 0.14 0.61
Hex 8C A9 9E 11 0 7 22 9D E 3D
Octal 214 251 236 21 0 7 42 235 16 75
Binary 10001100 10101001 10011110 10001 0 111 100010 10011101 1110 111101

Color Harmonies of #8CA99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA99E

Black with #8CA99E

Text Example


Text Example

White with #8CA99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,169,158); }

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

background-color css

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

 a { background-color: rgb(140,169,158); }

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

border-color css

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

 span { border-color: rgb(140,169,158); }

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