#9EA099

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

Shades of Delta #9EA099

Tints of Delta #9EA099

Color information

#9EA099 (or 0x9EA099) is unknown color: approx Delta. HEX triplet: 9E, A0 and 99. RGB value is (158,160,153). Sum of RGB (Red+Green+Blue) = 158+160+153=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA099 is #615F66. Grayscale: #9E9E9E. Windows color (decimal): -6381415 or 10068126. OLE color: 10068126.

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

Color convert

RGB158160153-
CMYK0.0100.040.37
HSL77.14º3.55%61.37%-
HSV(B)77.14º4.37%62.75%-
XYZ32.4234.7135.13-
YUV158.6124.84127.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=33.55%
G=33.97%
B=32.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581601530.0100.040.3777.143.5561.37
Hex9EA099104254d43d
Octal23624023110445115475
Binary100111101010000010011001101001001011001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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