#9EA697

Color #9EA697 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #9EA697

Tints of Delta #9EA697

Color information

#9EA697 (or 0x9EA697) is unknown color: approx Delta. HEX triplet: 9E, A6 and 97. RGB value is (158,166,151). Sum of RGB (Red+Green+Blue) = 158+166+151=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA697 is #615968. Grayscale: #A1A1A1. Windows color (decimal): -6379881 or 9938590. OLE color: 9938590.

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

Color convert

RGB158166151-
CMYK0.0500.090.35
HSL92º7.77%62.16%-
HSV(B)92º9.04%65.1%-
XYZ33.3236.7834.62-
YUV161.9121.85125.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=33.26%
G=34.95%
B=31.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581661510.0500.090.35927.7762.16
Hex9EA697509235c83e
Octal2362462275011431341076
Binary1001111010100110100101111010100110001110111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,166,151); }

 H1.HeaderClassName
 {
   color: #9EA697;
 }
 .AnyTagClassName
 {
   color: #9EA697;
 }
</style>
background-color css

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

 a { background-color: rgb(158,166,151); }

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

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

 span { border-color: rgb(158,166,151); }

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