#9EB1AF

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

Shades of Conch #9EB1AF

Tints of Conch #9EB1AF

Color information

#9EB1AF (or 0x9EB1AF) is unknown color: approx Conch. HEX triplet: 9E, B1 and AF. RGB value is (158,177,175). Sum of RGB (Red+Green+Blue) = 158+177+175=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB1AF is #614E50. Grayscale: #ABABAB. Windows color (decimal): -6377041 or 11514270. OLE color: 11514270.

HSL color Cylindrical-coordinate representation of color #9EB1AF: hue angle of 173.68º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EB1AF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB158177175-
CMYK0.1100.010.31
HSL173.68º10.86%65.69%-
HSV(B)173.68º10.73%69.41%-
XYZ37.5641.8146.65-
YUV171.09130.21118.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=30.98%
G=34.71%
B=34.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581771750.1100.010.31173.6810.8665.69
Hex9EB1AFB011Faeb42
Octal23626125713013725613102
Binary100111101011000110101111101101111111010111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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