#94A69F

Color #94A69F Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #94A69F

Tints of Cascade #94A69F

Color information

#94A69F (or 0x94A69F) is unknown color: approx Cascade. HEX triplet: 94, A6 and 9F. RGB value is (148,166,159). Sum of RGB (Red+Green+Blue) = 148+166+159=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #94A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A69F is #6B5960. Grayscale: #9F9F9F. Windows color (decimal): -7035233 or 10462868. OLE color: 10462868.

HSL color Cylindrical-coordinate representation of color #94A69F: hue angle of 156.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A69F is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB148166159-
CMYK0.1100.040.35
HSL156.67º9.18%61.57%-
HSV(B)156.67º10.84%65.1%-
XYZ32.1136.0738.07-
YUV159.82127.54119.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 159 (62.5% from 255) = 33.62%
R=31.29%
G=35.10%
B=33.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481661590.1100.040.35156.679.1861.57
Hex94A69FB04239d93e
Octal2242462371304432351176
Binary10010100101001101001111110110100100011100111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A69F; }

 p { color: rgb(148,166,159); }

 H1.HeaderClassName
 {
   color: #94A69F;
 }
 .AnyTagClassName
 {
   color: #94A69F;
 }
</style>
background-color css

<style>
 a { background-color: #94A69F; }

 a { background-color: rgb(148,166,159); }

 div.DivClassName
 {
   background-color: #94A69F;
 }
 .BgClassName
 {
   background-color: #94A69F;
 }
</style>
border-color css

<style>
 span { border-color: #94A69F; }

 span { border-color: rgb(148,166,159); }

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