Html Css Color HEX #9EB6A0 Edward

📋 copy color: '#9EB6A0'

red 158 ◦ green 182 ◦ blue 160

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

Shades of Edward #9EB6A0

Tints of Edward #9EB6A0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.4%

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

R = 31.6%
G = 36.4%
B = 32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#9EB6A0 (or 0x9EB6A0) is known color: Edward. HEX triplet: 9E, B6 and A0. RGB value is (158,182,160). Sum of RGB (Red+Green+Blue) = 158+182+160=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB6A0 is #61495F. Grayscale: #ACACAC. Windows color (decimal): -6375776 or 10532510. OLE color: 10532510.

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

Color convert

RGB 158 182 160 -
CMYK 0.13 0 0.12 0.29
HSL 125º 0.14% 0.67% -
HSV(B) 125º 0.13% 0.71% -
XYZ 37.17 43.26 39.65 -
YUV 172.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 158 182 160 0.13 0 0.12 0.29 125 0.14 0.67
Hex 9E B6 A0 D 0 C 1D 7D E 43
Octal 236 266 240 15 0 14 35 175 16 103
Binary 10011110 10110110 10100000 1101 0 1100 11101 1111101 1110 1000011

Color Harmonies of #9EB6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB6A0

Black with #9EB6A0

Text Example


Text Example

White with #9EB6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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