#9EA598

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

Shades of Delta #9EA598

Tints of Delta #9EA598

Color information

#9EA598 (or 0x9EA598) is unknown color: approx Delta. HEX triplet: 9E, A5 and 98. RGB value is (158,165,152). Sum of RGB (Red+Green+Blue) = 158+165+152=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA598 is #615A67. Grayscale: #A1A1A1. Windows color (decimal): -6380136 or 10003870. OLE color: 10003870.

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

Color convert

RGB158165152-
CMYK0.0400.080.35
HSL92.31º6.74%62.16%-
HSV(B)92.31º7.88%64.71%-
XYZ33.2236.4534.99-
YUV161.42122.68125.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 165 (64.84% from 255) = 34.74%
BLUE value IS 152 (59.77% from 255) = 32%
R=33.26%
G=34.74%
B=32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581651520.0400.080.3592.316.7462.16
Hex9EA598408235c73e
Octal236245230401043134776
Binary100111101010010110011000100010001000111011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,165,152); }

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

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

 a { background-color: rgb(158,165,152); }

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

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

 span { border-color: rgb(158,165,152); }

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