#9BB3AC

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

Shades of Conch #9BB3AC

Tints of Conch #9BB3AC

Color information

#9BB3AC (or 0x9BB3AC) is unknown color: approx Conch. HEX triplet: 9B, B3 and AC. RGB value is (155,179,172). Sum of RGB (Red+Green+Blue) = 155+179+172=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB3AC is #644C53. Grayscale: #ABABAB. Windows color (decimal): -6573140 or 11318171. OLE color: 11318171.

HSL color Cylindrical-coordinate representation of color #9BB3AC: hue angle of 162.5º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BB3AC is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB155179172-
CMYK0.1300.040.30
HSL162.5º13.64%65.49%-
HSV(B)162.5º13.41%70.2%-
XYZ37.0842.1945.22-
YUV171.03128.55116.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.63%
GREEN value IS 179 (70.31% from 255) = 35.38%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=30.63%
G=35.38%
B=33.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551791720.1300.040.30162.513.6465.49
Hex9BB3ACD041Ea2e41
Octal23326325415043624216101
Binary10011011101100111010110011010100111101010001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,179,172); }

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

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

 a { background-color: rgb(155,179,172); }

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

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

 span { border-color: rgb(155,179,172); }

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