Html Css Color HEX #8CAB9E Cascade

📋 copy color: '#8CAB9E'

red 140 ◦ green 171 ◦ blue 158

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

Shades of Cascade #8CAB9E

Tints of Cascade #8CAB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

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

R = 29.85%
G = 36.46%
B = 33.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#8CAB9E (or 0x8CAB9E) is known color: Cascade. HEX triplet: 8C, AB and 9E. RGB value is (140,171,158). Sum of RGB (Red+Green+Blue) = 140+171+158=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB9E is #735461. Grayscale: #A0A0A0. Windows color (decimal): -7558242 or 10398604. OLE color: 10398604.

HSL color Cylindrical-coordinate representation of color #8CAB9E: hue angle of 154.84º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAB9E is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 158 -
CMYK 0.18 0 0.08 0.33
HSL 154.84º 0.16% 0.61% -
HSV(B) 154.84º 0.18% 0.67% -
XYZ 31.55 37.17 37.86 -
YUV 160.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 140 171 158 0.18 0 0.08 0.33 154.84 0.16 0.61
Hex 8C AB 9E 12 0 8 21 9B 10 3D
Octal 214 253 236 22 0 10 41 233 20 75
Binary 10001100 10101011 10011110 10010 0 1000 100001 10011011 10000 111101

Color Harmonies of #8CAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB9E

Black with #8CAB9E

Text Example


Text Example

White with #8CAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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