#94A39A

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

Shades of Edward #94A39A

Tints of Edward #94A39A

Color information

#94A39A (or 0x94A39A) is unknown color: approx Edward. HEX triplet: 94, A3 and 9A. RGB value is (148,163,154). Sum of RGB (Red+Green+Blue) = 148+163+154=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 163 - color contains mainly: green. Hex color #94A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A39A is #6B5C65. Grayscale: #9D9D9D. Windows color (decimal): -7036006 or 10134420. OLE color: 10134420.

HSL color Cylindrical-coordinate representation of color #94A39A: hue angle of 144º 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 #94A39A is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB148163154-
CMYK0.0900.060.36
HSL144º7.54%60.98%-
HSV(B)144º9.2%63.92%-
XYZ31.1434.8235.65-
YUV157.49126.03121.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=31.83%
G=35.05%
B=33.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481631540.0900.060.361447.5460.98
Hex94A39A906249083d
Octal2242432321106442201075
Binary10010100101000111001101010010110100100100100001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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