#96B4B3

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

Shades of Conch #96B4B3

Tints of Conch #96B4B3

Color information

#96B4B3 (or 0x96B4B3) is unknown color: approx Conch. HEX triplet: 96, B4 and B3. RGB value is (150,180,179). Sum of RGB (Red+Green+Blue) = 150+180+179=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #96B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4B3 is #694B4C. Grayscale: #AAAAAA. Windows color (decimal): -6900557 or 11777174. OLE color: 11777174.

HSL color Cylindrical-coordinate representation of color #96B4B3: hue angle of 178º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B4B3 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB150180179-
CMYK0.1700.010.29
HSL178º16.67%64.71%-
HSV(B)178º16.67%70.59%-
XYZ37.0442.3848.88-
YUV170.92132.56113.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=29.47%
G=35.36%
B=35.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801790.1700.010.2917816.6764.71
Hex96B4B311011Db21141
Octal22626426321013526221101
Binary10010110101101001011001110001011110110110010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B4B3; }

 p { color: rgb(150,180,179); }

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

<style>
 a { background-color: #96B4B3; }

 a { background-color: rgb(150,180,179); }

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

<style>
 span { border-color: #96B4B3; }

 span { border-color: rgb(150,180,179); }

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