#94AF9A

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

Shades of Edward #94AF9A

Tints of Edward #94AF9A

Color information

#94AF9A (or 0x94AF9A) is unknown color: approx Edward. HEX triplet: 94, AF and 9A. RGB value is (148,175,154). Sum of RGB (Red+Green+Blue) = 148+175+154=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AF9A is #6B5065. Grayscale: #A4A4A4. Windows color (decimal): -7032934 or 10137492. OLE color: 10137492.

HSL color Cylindrical-coordinate representation of color #94AF9A: hue angle of 133.33º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94AF9A is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB148175154-
CMYK0.1500.120.31
HSL133.33º14.44%63.33%-
HSV(B)133.33º15.43%68.63%-
XYZ33.3839.2936.4-
YUV164.53122.05116.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=31.03%
G=36.69%
B=32.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751540.1500.120.31133.3314.4463.33
Hex94AF9AF0C1F85e3f
Octal22425723217014372051677
Binary10010100101011111001101011110110011111100001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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