#9EAF9F

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

Shades of Edward #9EAF9F

Tints of Edward #9EAF9F

Color information

#9EAF9F (or 0x9EAF9F) is unknown color: approx Edward. HEX triplet: 9E, AF and 9F. RGB value is (158,175,159). Sum of RGB (Red+Green+Blue) = 158+175+159=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAF9F is #615060. Grayscale: #A8A8A8. Windows color (decimal): -6377569 or 10465182. OLE color: 10465182.

HSL color Cylindrical-coordinate representation of color #9EAF9F: hue angle of 123.53º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EAF9F is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB158175159-
CMYK0.1000.090.31
HSL123.53º9.6%65.29%-
HSV(B)123.53º9.71%68.63%-
XYZ35.6940.4338.72-
YUV168.09122.87120.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=32.11%
G=35.57%
B=32.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581751590.1000.090.31123.539.665.29
Hex9EAF9FA091F7ca41
Octal236257237120113717412101
Binary10011110101011111001111110100100111111111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAF9F; }

 p { color: rgb(158,175,159); }

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

<style>
 a { background-color: #9EAF9F; }

 a { background-color: rgb(158,175,159); }

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

<style>
 span { border-color: #9EAF9F; }

 span { border-color: rgb(158,175,159); }

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