Html Css Color HEX #9EB4A0 Edward

📋 copy color: '#9EB4A0'

red 158 ◦ green 180 ◦ blue 160

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

Shades of Edward #9EB4A0

Tints of Edward #9EB4A0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

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

R = 31.73%
G = 36.14%
B = 32.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#9EB4A0 (or 0x9EB4A0) is known color: Edward. HEX triplet: 9E, B4 and A0. RGB value is (158,180,160). Sum of RGB (Red+Green+Blue) = 158+180+160=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB4A0 is #614B5F. Grayscale: #ABABAB. Windows color (decimal): -6376288 or 10531998. OLE color: 10531998.

HSL color Cylindrical-coordinate representation of color #9EB4A0: hue angle of 125.45º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EB4A0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 180 160 -
CMYK 0.12 0 0.11 0.29
HSL 125.45º 0.13% 0.66% -
HSV(B) 125.45º 0.12% 0.71% -
XYZ 36.77 42.45 39.51 -
YUV 171.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 158 180 160 0.12 0 0.11 0.29 125.45 0.13 0.66
Hex 9E B4 A0 C 0 B 1D 7D D 42
Octal 236 264 240 14 0 13 35 175 15 102
Binary 10011110 10110100 10100000 1100 0 1011 11101 1111101 1101 1000010

Color Harmonies of #9EB4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB4A0

Black with #9EB4A0

Text Example


Text Example

White with #9EB4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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