Html Css Color HEX #9EA5A0 Edward

📋 copy color: '#9EA5A0'

red 158 ◦ green 165 ◦ blue 160

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

Shades of Edward #9EA5A0

Tints of Edward #9EA5A0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.16%

 BLUE value IS 160 (62.89% from 255) = 33.13%

R = 32.71%
G = 34.16%
B = 33.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#9EA5A0 (or 0x9EA5A0) is known color: Edward. HEX triplet: 9E, A5 and A0. RGB value is (158,165,160). Sum of RGB (Red+Green+Blue) = 158+165+160=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA5A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA5A0 is #615A5F. Grayscale: #A2A2A2. Windows color (decimal): -6380128 or 10528158. OLE color: 10528158.

HSL color Cylindrical-coordinate representation of color #9EA5A0: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9EA5A0 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 165 160 -
CMYK 0.04 0 0.03 0.35
HSL 137.14º 0.04% 0.63% -
HSV(B) 137.14º 0.04% 0.65% -
XYZ 33.9 36.72 38.56 -
YUV 162.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 158 165 160 0.04 0 0.03 0.35 137.14 0.04 0.63
Hex 9E A5 A0 4 0 3 23 89 4 3F
Octal 236 245 240 4 0 3 43 211 4 77
Binary 10011110 10100101 10100000 100 0 11 100011 10001001 100 111111

Color Harmonies of #9EA5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA5A0

Black with #9EA5A0

Text Example


Text Example

White with #9EA5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,165,160); }

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

background-color css

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

 a { background-color: rgb(158,165,160); }

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

border-color css

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

 span { border-color: rgb(158,165,160); }

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