#9DB2AC

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

Shades of Conch #9DB2AC

Tints of Conch #9DB2AC

Color information

#9DB2AC (or 0x9DB2AC) is unknown color: approx Conch. HEX triplet: 9D, B2 and AC. RGB value is (157,178,172). Sum of RGB (Red+Green+Blue) = 157+178+172=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB2AC is #624D53. Grayscale: #ABABAB. Windows color (decimal): -6442324 or 11317917. OLE color: 11317917.

HSL color Cylindrical-coordinate representation of color #9DB2AC: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DB2AC is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB157178172-
CMYK0.1200.030.30
HSL162.86º12%65.69%-
HSV(B)162.86º11.8%69.8%-
XYZ37.2741.9945.17-
YUV171.04128.54117.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=30.97%
G=35.11%
B=33.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571781720.1200.030.30162.861265.69
Hex9DB2ACC031Ea3c42
Octal23526225414033624314102
Binary1001110110110010101011001100011111101010001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,178,172); }

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

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

 a { background-color: rgb(157,178,172); }

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

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

 span { border-color: rgb(157,178,172); }

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