#9CB6B6

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

Shades of Conch #9CB6B6

Tints of Conch #9CB6B6

Color information

#9CB6B6 (or 0x9CB6B6) is unknown color: approx Conch. HEX triplet: 9C, B6 and B6. RGB value is (156,182,182). Sum of RGB (Red+Green+Blue) = 156+182+182=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 182 - color contains mainly: green, blue. Hex color #9CB6B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB6B6 is #634949. Grayscale: #AEAEAE. Windows color (decimal): -6506826 or 11974300. OLE color: 11974300.

HSL color Cylindrical-coordinate representation of color #9CB6B6: hue angle of 180º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CB6B6 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB156182182-
CMYK0.14000.29
HSL180º15.12%66.27%-
HSV(B)180º14.29%71.37%-
XYZ38.8843.950.68-
YUV174.23132.39115-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 182 (71.48% from 255) = 35%
R=30%
G=35%
B=35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561821820.14000.2918015.1266.27
Hex9CB6B6E001Db4f42
Octal23426626616003526417102
Binary100111001011011010110110111000111011011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,182,182); }

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

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

 a { background-color: rgb(156,182,182); }

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

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

 span { border-color: rgb(156,182,182); }

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