#94AB9A

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

Shades of Edward #94AB9A

Tints of Edward #94AB9A

Color information

#94AB9A (or 0x94AB9A) is unknown color: approx Edward. HEX triplet: 94, AB and 9A. RGB value is (148,171,154). Sum of RGB (Red+Green+Blue) = 148+171+154=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AB9A is #6B5465. Grayscale: #A2A2A2. Windows color (decimal): -7033958 or 10136468. OLE color: 10136468.

HSL color Cylindrical-coordinate representation of color #94AB9A: hue angle of 135.65º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AB9A is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB148171154-
CMYK0.1300.100.33
HSL135.65º12.04%62.55%-
HSV(B)135.65º13.45%67.06%-
XYZ32.6137.7536.14-
YUV162.18123.38117.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=31.29%
G=36.15%
B=32.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481711540.1300.100.33135.6512.0462.55
Hex94AB9AD0A2188c3f
Octal22425323215012412101477
Binary100101001010101110011010110101010100001100010001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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