Html Css Color HEX #8CAE9E Cascade

📋 copy color: '#8CAE9E'

red 140 ◦ green 174 ◦ blue 158

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

Shades of Cascade #8CAE9E

Tints of Cascade #8CAE9E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.86%

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

R = 29.66%
G = 36.86%
B = 33.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#8CAE9E (or 0x8CAE9E) is known color: Cascade. HEX triplet: 8C, AE and 9E. RGB value is (140,174,158). Sum of RGB (Red+Green+Blue) = 140+174+158=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAE9E is #735161. Grayscale: #A2A2A2. Windows color (decimal): -7557474 or 10399372. OLE color: 10399372.

HSL color Cylindrical-coordinate representation of color #8CAE9E: hue angle of 151.76º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAE9E is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 174 158 -
CMYK 0.20 0 0.09 0.32
HSL 151.76º 0.17% 0.62% -
HSV(B) 151.76º 0.2% 0.68% -
XYZ 32.12 38.32 38.05 -
YUV 162.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 140 174 158 0.20 0 0.09 0.32 151.76 0.17 0.62
Hex 8C AE 9E 14 0 9 20 98 11 3E
Octal 214 256 236 24 0 11 40 230 21 76
Binary 10001100 10101110 10011110 10100 0 1001 100000 10011000 10001 111110

Color Harmonies of #8CAE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAE9E

Black with #8CAE9E

Text Example


Text Example

White with #8CAE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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