#94A39F

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

Shades of Cascade #94A39F

Tints of Cascade #94A39F

Color information

#94A39F (or 0x94A39F) is unknown color: approx Cascade. HEX triplet: 94, A3 and 9F. RGB value is (148,163,159). Sum of RGB (Red+Green+Blue) = 148+163+159=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 163 - color contains mainly: green. Hex color #94A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A39F is #6B5C60. Grayscale: #9E9E9E. Windows color (decimal): -7036001 or 10462100. OLE color: 10462100.

HSL color Cylindrical-coordinate representation of color #94A39F: hue angle of 164º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94A39F is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB148163159-
CMYK0.0900.020.36
HSL164º7.54%60.98%-
HSV(B)164º9.2%63.92%-
XYZ31.5734.9937.89-
YUV158.06128.53120.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 159 (62.5% from 255) = 33.83%
R=31.49%
G=34.68%
B=33.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481631590.0900.020.361647.5460.98
Hex94A39F90224a483d
Octal2242432371102442441075
Binary1001010010100011100111111001010100100101001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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