#9EB5AE

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

Shades of Conch #9EB5AE

Tints of Conch #9EB5AE

Color information

#9EB5AE (or 0x9EB5AE) is unknown color: approx Conch. HEX triplet: 9E, B5 and AE. RGB value is (158,181,174). Sum of RGB (Red+Green+Blue) = 158+181+174=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB5AE is #614A51. Grayscale: #ADADAD. Windows color (decimal): -6376018 or 11449758. OLE color: 11449758.

HSL color Cylindrical-coordinate representation of color #9EB5AE: hue angle of 161.74º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EB5AE is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB158181174-
CMYK0.1300.040.29
HSL161.74º13.45%66.47%-
HSV(B)161.74º12.71%70.98%-
XYZ38.2643.3746.4-
YUV173.32128.38117.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=30.80%
G=35.28%
B=33.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581811740.1300.040.29161.7413.4566.47
Hex9EB5AED041Da2d42
Octal23626525615043524215102
Binary10011110101101011010111011010100111011010001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,181,174); }

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

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

 a { background-color: rgb(158,181,174); }

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

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

 span { border-color: rgb(158,181,174); }

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