#96B1AB

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

Shades of Conch #96B1AB

Tints of Conch #96B1AB

Color information

#96B1AB (or 0x96B1AB) is unknown color: approx Conch. HEX triplet: 96, B1 and AB. RGB value is (150,177,171). Sum of RGB (Red+Green+Blue) = 150+177+171=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #96B1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B1AB is #694E54. Grayscale: #A8A8A8. Windows color (decimal): -6901333 or 11252118. OLE color: 11252118.

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

Color convert

RGB150177171-
CMYK0.1500.030.31
HSL166.67º14.75%64.12%-
HSV(B)166.67º15.25%69.41%-
XYZ35.6540.8744.54-
YUV168.24129.55114.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.12%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=30.12%
G=35.54%
B=34.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501771710.1500.030.31166.6714.7564.12
Hex96B1ABF031Fa7f40
Octal22626125317033724717100
Binary1001011010110001101010111111011111111010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,171); }

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

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

 a { background-color: rgb(150,177,171); }

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

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

 span { border-color: rgb(150,177,171); }

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