#9BB0AA

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

Shades of Conch #9BB0AA

Tints of Conch #9BB0AA

Color information

#9BB0AA (or 0x9BB0AA) is unknown color: approx Conch. HEX triplet: 9B, B0 and AA. RGB value is (155,176,170). Sum of RGB (Red+Green+Blue) = 155+176+170=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0AA is #644F55. Grayscale: #A9A9A9. Windows color (decimal): -6573910 or 11186331. OLE color: 11186331.

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

Color convert

RGB155176170-
CMYK0.1200.030.31
HSL162.86º11.73%64.9%-
HSV(B)162.86º11.93%69.02%-
XYZ36.340.9244.02-
YUV169.04128.54117.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=30.94%
G=35.13%
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.31
SystemRedGreenBlueCMYKHSL
Decimal1551761700.1200.030.31162.8611.7364.9
Hex9BB0AAC031Fa3c41
Octal23326025214033724314101
Binary1001101110110000101010101100011111111010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,176,170); }

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

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

 a { background-color: rgb(155,176,170); }

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

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

 span { border-color: rgb(155,176,170); }

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