#9EB5AF

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

Shades of Conch #9EB5AF

Tints of Conch #9EB5AF

Color information

#9EB5AF (or 0x9EB5AF) is unknown color: approx Conch. HEX triplet: 9E, B5 and AF. RGB value is (158,181,175). Sum of RGB (Red+Green+Blue) = 158+181+175=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB5AF is #614A50. Grayscale: #ADADAD. Windows color (decimal): -6376017 or 11515294. OLE color: 11515294.

HSL color Cylindrical-coordinate representation of color #9EB5AF: hue angle of 164.35º 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 #9EB5AF is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB158181175-
CMYK0.1300.030.29
HSL164.35º13.45%66.47%-
HSV(B)164.35º12.71%70.98%-
XYZ38.3643.4146.91-
YUV173.44128.88116.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.74%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=30.74%
G=35.21%
B=34.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581811750.1300.030.29164.3513.4566.47
Hex9EB5AFD031Da4d42
Octal23626525715033524415102
Binary1001111010110101101011111101011111011010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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