#9EA19C

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

Shades of Delta #9EA19C

Tints of Delta #9EA19C

Color information

#9EA19C (or 0x9EA19C) is unknown color: approx Delta. HEX triplet: 9E, A1 and 9C. RGB value is (158,161,156). Sum of RGB (Red+Green+Blue) = 158+161+156=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA19C is #615E63. Grayscale: #9F9F9F. Windows color (decimal): -6381156 or 10264990. OLE color: 10264990.

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

Color convert

RGB158161156-
CMYK0.0200.030.37
HSL96º2.59%62.16%-
HSV(B)96º3.11%63.14%-
XYZ32.8535.1636.51-
YUV159.53126.01126.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=33.26%
G=33.89%
B=32.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581611560.0200.030.37962.5962.16
Hex9EA19C203256033e
Octal23624123420345140376
Binary10011110101000011001110010011100101110000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,161,156); }

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

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

 a { background-color: rgb(158,161,156); }

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

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

 span { border-color: rgb(158,161,156); }

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