#8FA698

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

Shades of Edward #8FA698

Tints of Edward #8FA698

Color information

#8FA698 (or 0x8FA698) is unknown color: approx Edward. HEX triplet: 8F, A6 and 98. RGB value is (143,166,152). Sum of RGB (Red+Green+Blue) = 143+166+152=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA698 is #705967. Grayscale: #9D9D9D. Windows color (decimal): -7362920 or 10004111. OLE color: 10004111.

HSL color Cylindrical-coordinate representation of color #8FA698: hue angle of 143.48º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA698 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB143166152-
CMYK0.1400.080.35
HSL143.48º11.44%60.59%-
HSV(B)143.48º13.86%65.1%-
XYZ30.6335.3834.92-
YUV157.53124.88117.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 152 (59.77% from 255) = 32.97%
R=31.02%
G=36.01%
B=32.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431661520.1400.080.35143.4811.4460.59
Hex8FA698E08238fb3d
Octal21724623016010432171375
Binary100011111010011010011000111001000100011100011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA698; }

 p { color: rgb(143,166,152); }

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

<style>
 a { background-color: #8FA698; }

 a { background-color: rgb(143,166,152); }

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

<style>
 span { border-color: #8FA698; }

 span { border-color: rgb(143,166,152); }

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