Html Css Color HEX #9EAE9F Edward

📋 copy color: '#9EAE9F'

red 158 ◦ green 174 ◦ blue 159

#9EAE9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #9EAE9F

Tints of Edward #9EAE9F

RGB

 RED value IS 158 (62.11% from 255) = 32.18%

 GREEN value IS 174 (68.36% from 255) = 35.44%

 BLUE value IS 159 (62.5% from 255) = 32.38%

R = 32.18%
G = 35.44%
B = 32.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#9EAE9F (or 0x9EAE9F) is known color: Edward. HEX triplet: 9E, AE and 9F. RGB value is (158,174,159). Sum of RGB (Red+Green+Blue) = 158+174+159=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAE9F is #615160. Grayscale: #A7A7A7. Windows color (decimal): -6377825 or 10464926. OLE color: 10464926.

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

Color convert

RGB 158 174 159 -
CMYK 0.09 0 0.09 0.32
HSL 123.75º 0.09% 0.65% -
HSV(B) 123.75º 0.09% 0.68% -
XYZ 35.49 40.04 38.66 -
YUV 167.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 158 174 159 0.09 0 0.09 0.32 123.75 0.09 0.65
Hex 9E AE 9F 9 0 9 20 7C 9 41
Octal 236 256 237 11 0 11 40 174 11 101
Binary 10011110 10101110 10011111 1001 0 1001 100000 1111100 1001 1000001

Color Harmonies of #9EAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAE9F

Black with #9EAE9F

Text Example


Text Example

White with #9EAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EAE9F;
 }
 .AnyTagClassName
 {
   color: #9EAE9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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