#96B0AB

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

Shades of Conch #96B0AB

Tints of Conch #96B0AB

Color information

#96B0AB (or 0x96B0AB) is unknown color: approx Conch. HEX triplet: 96, B0 and AB. RGB value is (150,176,171). Sum of RGB (Red+Green+Blue) = 150+176+171=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #96B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B0AB is #694F54. Grayscale: #A7A7A7. Windows color (decimal): -6901589 or 11251862. OLE color: 11251862.

HSL color Cylindrical-coordinate representation of color #96B0AB: hue angle of 168.46º degrees, saturation: 0.14, 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 #96B0AB is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB150176171-
CMYK0.1500.030.31
HSL168.46º14.13%63.92%-
HSV(B)168.46º14.77%69.02%-
XYZ35.4540.4744.47-
YUV167.66129.89115.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=30.18%
G=35.41%
B=34.41%

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
Decimal1501761710.1500.030.31168.4614.1363.92
Hex96B0ABF031Fa8e40
Octal22626025317033725016100
Binary1001011010110000101010111111011111111010100011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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