#9BB1AC

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

Shades of Conch #9BB1AC

Tints of Conch #9BB1AC

Color information

#9BB1AC (or 0x9BB1AC) is unknown color: approx Conch. HEX triplet: 9B, B1 and AC. RGB value is (155,177,172). Sum of RGB (Red+Green+Blue) = 155+177+172=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB1AC is #644E53. Grayscale: #A9A9A9. Windows color (decimal): -6573652 or 11317659. OLE color: 11317659.

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

Color convert

RGB155177172-
CMYK0.1200.030.31
HSL166.36º12.36%65.1%-
HSV(B)166.36º12.43%69.41%-
XYZ36.6941.3945.09-
YUV169.85129.21117.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.75%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=30.75%
G=35.12%
B=34.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551771720.1200.030.31166.3612.3665.1
Hex9BB1ACC031Fa6c41
Octal23326125414033724614101
Binary1001101110110001101011001100011111111010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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