#9BB0AD

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

Shades of Conch #9BB0AD

Tints of Conch #9BB0AD

Color information

#9BB0AD (or 0x9BB0AD) is unknown color: approx Conch. HEX triplet: 9B, B0 and AD. RGB value is (155,176,173). Sum of RGB (Red+Green+Blue) = 155+176+173=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0AD is #644F52. Grayscale: #A9A9A9. Windows color (decimal): -6573907 or 11382939. OLE color: 11382939.

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

Color convert

RGB155176173-
CMYK0.1200.020.31
HSL171.43º11.73%64.9%-
HSV(B)171.43º11.93%69.02%-
XYZ36.5941.0445.53-
YUV169.38130.04117.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.75%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=30.75%
G=34.92%
B=34.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551761730.1200.020.31171.4311.7364.9
Hex9BB0ADC021Fabc41
Octal23326025514023725314101
Binary1001101110110000101011011100010111111010101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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