#94AD98

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

Shades of Edward #94AD98

Tints of Edward #94AD98

Color information

#94AD98 (or 0x94AD98) is unknown color: approx Edward. HEX triplet: 94, AD and 98. RGB value is (148,173,152). Sum of RGB (Red+Green+Blue) = 148+173+152=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AD98 is #6B5267. Grayscale: #A3A3A3. Windows color (decimal): -7033448 or 10005908. OLE color: 10005908.

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

Color convert

RGB148173152-
CMYK0.1400.120.32
HSL129.6º13.23%62.94%-
HSV(B)129.6º14.45%67.84%-
XYZ32.8238.4535.4-
YUV163.13121.72117.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 152 (59.77% from 255) = 32.14%
R=31.29%
G=36.58%
B=32.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481731520.1400.120.32129.613.2362.94
Hex94AD98E0C2082d3f
Octal22425523016014402021577
Binary100101001010110110011000111001100100000100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,173,152); }

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

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

 a { background-color: rgb(148,173,152); }

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

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

 span { border-color: rgb(148,173,152); }

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