Html Css Color HEX #9EACA0 Edward

📋 copy color: '#9EACA0'

red 158 ◦ green 172 ◦ blue 160

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

Shades of Edward #9EACA0

Tints of Edward #9EACA0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.1%

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

R = 32.24%
G = 35.1%
B = 32.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#9EACA0 (or 0x9EACA0) is known color: Edward. HEX triplet: 9E, AC and A0. RGB value is (158,172,160). Sum of RGB (Red+Green+Blue) = 158+172+160=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #9EACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EACA0 is #61535F. Grayscale: #A6A6A6. Windows color (decimal): -6378336 or 10529950. OLE color: 10529950.

HSL color Cylindrical-coordinate representation of color #9EACA0: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9EACA0 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 172 160 -
CMYK 0.08 0 0.07 0.33
HSL 128.57º 0.08% 0.65% -
HSV(B) 128.57º 0.08% 0.67% -
XYZ 35.2 39.31 38.99 -
YUV 166.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 158 172 160 0.08 0 0.07 0.33 128.57 0.08 0.65
Hex 9E AC A0 8 0 7 21 81 8 41
Octal 236 254 240 10 0 7 41 201 10 101
Binary 10011110 10101100 10100000 1000 0 111 100001 10000001 1000 1000001

Color Harmonies of #9EACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACA0

Black with #9EACA0

Text Example


Text Example

White with #9EACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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